Html Css Color HEX #778E9C Bermuda Grey

📋 copy color: '#778E9C'

red 119 ◦ green 142 ◦ blue 156

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

Shades of Bermuda Grey #778E9C

Tints of Bermuda Grey #778E9C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.05%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 28.54%
G = 34.05%
B = 37.41%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#778E9C (or 0x778E9C) is known color: Bermuda Grey. HEX triplet: 77, 8E and 9C. RGB value is (119,142,156). Sum of RGB (Red+Green+Blue) = 119+142+156=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #778E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E9C is #887163. Grayscale: #888888. Windows color (decimal): -8941924 or 10260087. OLE color: 10260087.

HSL color Cylindrical-coordinate representation of color #778E9C: hue angle of 202.7º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #778E9C is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 142 156 -
CMYK 0.24 0.09 0 0.39
HSL 202.7º 0.16% 0.54% -
HSV(B) 202.7º 0.24% 0.61% -
XYZ 23.28 25.67 35.18 -
YUV 136.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 119 142 156 0.24 0.09 0 0.39 202.7 0.16 0.54
Hex 77 8E 9C 18 9 0 27 CB 10 36
Octal 167 216 234 30 11 0 47 313 20 66
Binary 1110111 10001110 10011100 11000 1001 0 100111 11001011 10000 110110

Color Harmonies of #778E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778E9C

Black with #778E9C

Text Example


Text Example

White with #778E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,142,156); }

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

background-color css

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

 a { background-color: rgb(119,142,156); }

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

border-color css

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

 span { border-color: rgb(119,142,156); }

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