Html Css Color HEX #78969D Bermuda Grey

📋 copy color: '#78969D'

red 120 ◦ green 150 ◦ blue 157

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

Shades of Bermuda Grey #78969D

Tints of Bermuda Grey #78969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 28.1%
G = 35.13%
B = 36.77%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78969D (or 0x78969D) is known color: Bermuda Grey. HEX triplet: 78, 96 and 9D. RGB value is (120,150,157). Sum of RGB (Red+Green+Blue) = 120+150+157=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #78969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78969D is #876962. Grayscale: #8D8D8D. Windows color (decimal): -8874339 or 10327672. OLE color: 10327672.

HSL color Cylindrical-coordinate representation of color #78969D: hue angle of 191.35º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78969D is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 150 157 -
CMYK 0.24 0.04 0 0.38
HSL 191.35º 0.16% 0.54% -
HSV(B) 191.35º 0.24% 0.62% -
XYZ 24.74 28.24 36.05 -
YUV 141.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 120 150 157 0.24 0.04 0 0.38 191.35 0.16 0.54
Hex 78 96 9D 18 4 0 26 BF 10 36
Octal 170 226 235 30 4 0 46 277 20 66
Binary 1111000 10010110 10011101 11000 100 0 100110 10111111 10000 110110

Color Harmonies of #78969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78969D

Black with #78969D

Text Example


Text Example

White with #78969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78969D; }

 p { color: rgb(120,150,157); }

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

background-color css

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

 a { background-color: rgb(120,150,157); }

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

border-color css

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

 span { border-color: rgb(120,150,157); }

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