Html Css Color HEX #778FA9 Bermuda Grey

📋 copy color: '#778FA9'

red 119 ◦ green 143 ◦ blue 169

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

Shades of Bermuda Grey #778FA9

Tints of Bermuda Grey #778FA9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 169 (66.41% from 255) = 39.21%

R = 27.61%
G = 33.18%
B = 39.21%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#778FA9 (or 0x778FA9) is known color: Bermuda Grey. HEX triplet: 77, 8F and A9. RGB value is (119,143,169). Sum of RGB (Red+Green+Blue) = 119+143+169=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #778FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FA9 is #887056. Grayscale: #8A8A8A. Windows color (decimal): -8941655 or 11112311. OLE color: 11112311.

HSL color Cylindrical-coordinate representation of color #778FA9: hue angle of 211.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778FA9 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 143 169 -
CMYK 0.30 0.15 0 0.34
HSL 211.2º 0.23% 0.56% -
HSV(B) 211.2º 0.3% 0.66% -
XYZ 24.59 26.43 41.34 -
YUV 138.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 119 143 169 0.30 0.15 0 0.34 211.2 0.23 0.56
Hex 77 8F A9 1E F 0 22 D3 17 38
Octal 167 217 251 36 17 0 42 323 27 70
Binary 1110111 10001111 10101001 11110 1111 0 100010 11010011 10111 111000

Color Harmonies of #778FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FA9

Black with #778FA9

Text Example


Text Example

White with #778FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778FA9; }

 p { color: rgb(119,143,169); }

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

background-color css

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

 a { background-color: rgb(119,143,169); }

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

border-color css

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

 span { border-color: rgb(119,143,169); }

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