Html Css Color HEX #78999E Ziggurat

📋 copy color: '#78999E'

red 120 ◦ green 153 ◦ blue 158

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

Shades of Ziggurat #78999E

Tints of Ziggurat #78999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.5%

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 27.84%
G = 35.5%
B = 36.66%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78999E (or 0x78999E) is known color: Ziggurat. HEX triplet: 78, 99 and 9E. RGB value is (120,153,158). Sum of RGB (Red+Green+Blue) = 120+153+158=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #78999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78999E is #876661. Grayscale: #8F8F8F. Windows color (decimal): -8873570 or 10393976. OLE color: 10393976.

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

Color convert

RGB 120 153 158 -
CMYK 0.24 0.03 0 0.38
HSL 187.89º 0.16% 0.55% -
HSV(B) 187.89º 0.24% 0.62% -
XYZ 25.31 29.24 36.66 -
YUV 143.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 120 153 158 0.24 0.03 0 0.38 187.89 0.16 0.55
Hex 78 99 9E 18 3 0 26 BC 10 37
Octal 170 231 236 30 3 0 46 274 20 67
Binary 1111000 10011001 10011110 11000 11 0 100110 10111100 10000 110111

Color Harmonies of #78999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78999E

Black with #78999E

Text Example


Text Example

White with #78999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78999E; }

 p { color: rgb(120,153,158); }

 H1.HeaderClassName
 {
   color: #78999E;
 }
 .AnyTagClassName
 {
   color: #78999E;
 }
</style>

background-color css

<style>
 a { background-color: #78999E; }

 a { background-color: rgb(120,153,158); }

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

border-color css

<style>
 span { border-color: #78999E; }

 span { border-color: rgb(120,153,158); }

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