Html Css Color HEX #78979C Ziggurat

📋 copy color: '#78979C'

red 120 ◦ green 151 ◦ blue 156

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

Shades of Ziggurat #78979C

Tints of Ziggurat #78979C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 28.1%
G = 35.36%
B = 36.53%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78979C (or 0x78979C) is known color: Ziggurat. HEX triplet: 78, 97 and 9C. RGB value is (120,151,156). Sum of RGB (Red+Green+Blue) = 120+151+156=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #78979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78979C is #876863. Grayscale: #8E8E8E. Windows color (decimal): -8874084 or 10262392. OLE color: 10262392.

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

Color convert

RGB 120 151 156 -
CMYK 0.23 0.03 0 0.39
HSL 188.33º 0.15% 0.54% -
HSV(B) 188.33º 0.23% 0.61% -
XYZ 24.81 28.53 35.65 -
YUV 142.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 120 151 156 0.23 0.03 0 0.39 188.33 0.15 0.54
Hex 78 97 9C 17 3 0 27 BC F 36
Octal 170 227 234 27 3 0 47 274 17 66
Binary 1111000 10010111 10011100 10111 11 0 100111 10111100 1111 110110

Color Harmonies of #78979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78979C

Black with #78979C

Text Example


Text Example

White with #78979C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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