Html Css Color HEX #78999D Ziggurat

📋 copy color: '#78999D'

red 120 ◦ green 153 ◦ blue 157

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

Shades of Ziggurat #78999D

Tints of Ziggurat #78999D

RGB

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

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

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

R = 27.91%
G = 35.58%
B = 36.51%

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

#78999D (or 0x78999D) is known color: Ziggurat. HEX triplet: 78, 99 and 9D. RGB value is (120,153,157). Sum of RGB (Red+Green+Blue) = 120+153+157=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #78999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78999D is #876662. Grayscale: #8F8F8F. Windows color (decimal): -8873571 or 10328440. OLE color: 10328440.

HSL color Cylindrical-coordinate representation of color #78999D: hue angle of 186.49º 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 #78999D is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 153 157 -
CMYK 0.24 0.03 0 0.38
HSL 186.49º 0.16% 0.54% -
HSV(B) 186.49º 0.24% 0.62% -
XYZ 25.22 29.21 36.21 -
YUV 143.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 120 153 157 0.24 0.03 0 0.38 186.49 0.16 0.54
Hex 78 99 9D 18 3 0 26 BA 10 36
Octal 170 231 235 30 3 0 46 272 20 66
Binary 1111000 10011001 10011101 11000 11 0 100110 10111010 10000 110110

Color Harmonies of #78999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78999D

Black with #78999D

Text Example


Text Example

White with #78999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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