Html Css Color HEX #78A1AB Ziggurat

📋 copy color: '#78A1AB'

red 120 ◦ green 161 ◦ blue 171

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

Shades of Ziggurat #78A1AB

Tints of Ziggurat #78A1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 26.55%
G = 35.62%
B = 37.83%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#78A1AB (or 0x78A1AB) is known color: Ziggurat. HEX triplet: 78, A1 and AB. RGB value is (120,161,171). Sum of RGB (Red+Green+Blue) = 120+161+171=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #78A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A1AB is #875E54. Grayscale: #959595. Windows color (decimal): -8871509 or 11247992. OLE color: 11247992.

HSL color Cylindrical-coordinate representation of color #78A1AB: hue angle of 191.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78A1AB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 161 171 -
CMYK 0.30 0.06 0 0.33
HSL 191.76º 0.23% 0.57% -
HSV(B) 191.76º 0.3% 0.67% -
XYZ 27.84 32.42 43.32 -
YUV 149.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 120 161 171 0.30 0.06 0 0.33 191.76 0.23 0.57
Hex 78 A1 AB 1E 6 0 21 C0 17 39
Octal 170 241 253 36 6 0 41 300 27 71
Binary 1111000 10100001 10101011 11110 110 0 100001 11000000 10111 111001

Color Harmonies of #78A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A1AB

Black with #78A1AB

Text Example


Text Example

White with #78A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78A1AB; }

 p { color: rgb(120,161,171); }

 H1.HeaderClassName
 {
   color: #78A1AB;
 }
 .AnyTagClassName
 {
   color: #78A1AB;
 }
</style>

background-color css

<style>
 a { background-color: #78A1AB; }

 a { background-color: rgb(120,161,171); }

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

border-color css

<style>
 span { border-color: #78A1AB; }

 span { border-color: rgb(120,161,171); }

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