Html Css Color HEX #78969C Ziggurat

📋 copy color: '#78969C'

red 120 ◦ green 150 ◦ blue 156

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

Shades of Ziggurat #78969C

Tints of Ziggurat #78969C

RGB

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

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

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

R = 28.17%
G = 35.21%
B = 36.62%

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

#78969C (or 0x78969C) is known color: Ziggurat. HEX triplet: 78, 96 and 9C. RGB value is (120,150,156). Sum of RGB (Red+Green+Blue) = 120+150+156=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #78969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78969C is #876963. Grayscale: #8D8D8D. Windows color (decimal): -8874340 or 10262136. OLE color: 10262136.

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

Color convert

RGB 120 150 156 -
CMYK 0.23 0.04 0 0.39
HSL 190º 0.15% 0.54% -
HSV(B) 190º 0.23% 0.61% -
XYZ 24.65 28.21 35.6 -
YUV 141.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 120 150 156 0.23 0.04 0 0.39 190 0.15 0.54
Hex 78 96 9C 17 4 0 27 BE F 36
Octal 170 226 234 27 4 0 47 276 17 66
Binary 1111000 10010110 10011100 10111 100 0 100111 10111110 1111 110110

Color Harmonies of #78969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78969C

Black with #78969C

Text Example


Text Example

White with #78969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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