Html Css Color HEX #78959C Bermuda Grey

📋 copy color: '#78959C'

red 120 ◦ green 149 ◦ blue 156

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

Shades of Bermuda Grey #78959C

Tints of Bermuda Grey #78959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

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

R = 28.24%
G = 35.06%
B = 36.71%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78959C (or 0x78959C) is known color: Bermuda Grey. HEX triplet: 78, 95 and 9C. RGB value is (120,149,156). Sum of RGB (Red+Green+Blue) = 120+149+156=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #78959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78959C is #876A63. Grayscale: #8D8D8D. Windows color (decimal): -8874596 or 10261880. OLE color: 10261880.

HSL color Cylindrical-coordinate representation of color #78959C: hue angle of 191.67º 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 #78959C is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 149 156 -
CMYK 0.23 0.04 0 0.39
HSL 191.67º 0.15% 0.54% -
HSV(B) 191.67º 0.23% 0.61% -
XYZ 24.49 27.89 35.54 -
YUV 141.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 120 149 156 0.23 0.04 0 0.39 191.67 0.15 0.54
Hex 78 95 9C 17 4 0 27 C0 F 36
Octal 170 225 234 27 4 0 47 300 17 66
Binary 1111000 10010101 10011100 10111 100 0 100111 11000000 1111 110110

Color Harmonies of #78959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78959C

Black with #78959C

Text Example


Text Example

White with #78959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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