Html Css Color HEX #78909C Bermuda Grey

📋 copy color: '#78909C'

red 120 ◦ green 144 ◦ blue 156

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

Shades of Bermuda Grey #78909C

Tints of Bermuda Grey #78909C

RGB

 RED value IS 120 (47.27% from 255) = 28.57%

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

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

R = 28.57%
G = 34.29%
B = 37.14%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78909C (or 0x78909C) is known color: Bermuda Grey. HEX triplet: 78, 90 and 9C. RGB value is (120,144,156). Sum of RGB (Red+Green+Blue) = 120+144+156=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #78909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78909C is #876F63. Grayscale: #8A8A8A. Windows color (decimal): -8875876 or 10260600. OLE color: 10260600.

HSL color Cylindrical-coordinate representation of color #78909C: hue angle of 200º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78909C is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 144 156 -
CMYK 0.23 0.08 0 0.39
HSL 200º 0.15% 0.54% -
HSV(B) 200º 0.23% 0.61% -
XYZ 23.72 26.34 35.29 -
YUV 138.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 120 144 156 0.23 0.08 0 0.39 200 0.15 0.54
Hex 78 90 9C 17 8 0 27 C8 F 36
Octal 170 220 234 27 10 0 47 310 17 66
Binary 1111000 10010000 10011100 10111 1000 0 100111 11001000 1111 110110

Color Harmonies of #78909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78909C

Black with #78909C

Text Example


Text Example

White with #78909C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78909C; }

 p { color: rgb(120,144,156); }

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

background-color css

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

 a { background-color: rgb(120,144,156); }

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

border-color css

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

 span { border-color: rgb(120,144,156); }

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