Html Css Color HEX #779098 Bermuda Grey

📋 copy color: '#779098'

red 119 ◦ green 144 ◦ blue 152

#779098
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #779098

Tints of Bermuda Grey #779098

RGB

 RED value IS 119 (46.88% from 255) = 28.67%

 GREEN value IS 144 (56.64% from 255) = 34.7%

 BLUE value IS 152 (59.77% from 255) = 36.63%

R = 28.67%
G = 34.7%
B = 36.63%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#779098 (or 0x779098) is known color: Bermuda Grey. HEX triplet: 77, 90 and 98. RGB value is (119,144,152). Sum of RGB (Red+Green+Blue) = 119+144+152=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #779098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779098 is #886F67. Grayscale: #898989. Windows color (decimal): -8941416 or 9998455. OLE color: 9998455.

HSL color Cylindrical-coordinate representation of color #779098: hue angle of 194.55º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779098 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 144 152 -
CMYK 0.22 0.05 0 0.40
HSL 194.55º 0.14% 0.53% -
HSV(B) 194.55º 0.22% 0.6% -
XYZ 23.25 26.14 33.53 -
YUV 137.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 119 144 152 0.22 0.05 0 0.40 194.55 0.14 0.53
Hex 77 90 98 16 5 0 28 C3 E 35
Octal 167 220 230 26 5 0 50 303 16 65
Binary 1110111 10010000 10011000 10110 101 0 101000 11000011 1110 110101

Color Harmonies of #779098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779098

Black with #779098

Text Example


Text Example

White with #779098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779098; }

 p { color: rgb(119,144,152); }

 H1.HeaderClassName
 {
   color: #779098;
 }
 .AnyTagClassName
 {
   color: #779098;
 }
</style>

background-color css

<style>
 a { background-color: #779098; }

 a { background-color: rgb(119,144,152); }

 div.DivClassName
 {
   background-color: #779098;
 }
 .BgClassName
 {
   background-color: #779098;
 }
</style>

border-color css

<style>
 span { border-color: #779098; }

 span { border-color: rgb(119,144,152); }

 td.TdClassName
 {
   border-color: #779098;
 }
 .TagClassName
 {
   border-color: #779098;
 }
</style>