Html Css Color HEX #78A0AC Ziggurat

📋 copy color: '#78A0AC'

red 120 ◦ green 160 ◦ blue 172

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

Shades of Ziggurat #78A0AC

Tints of Ziggurat #78A0AC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 26.55%
G = 35.4%
B = 38.05%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#78A0AC (or 0x78A0AC) is known color: Ziggurat. HEX triplet: 78, A0 and AC. RGB value is (120,160,172). Sum of RGB (Red+Green+Blue) = 120+160+172=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #78A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A0AC is #875F53. Grayscale: #959595. Windows color (decimal): -8871764 or 11313272. OLE color: 11313272.

HSL color Cylindrical-coordinate representation of color #78A0AC: hue angle of 193.85º degrees, saturation: 0.24, 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 #78A0AC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 160 172 -
CMYK 0.30 0.07 0 0.33
HSL 193.85º 0.24% 0.57% -
HSV(B) 193.85º 0.3% 0.67% -
XYZ 27.76 32.11 43.76 -
YUV 149.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 120 160 172 0.30 0.07 0 0.33 193.85 0.24 0.57
Hex 78 A0 AC 1E 7 0 21 C2 18 39
Octal 170 240 254 36 7 0 41 302 30 71
Binary 1111000 10100000 10101100 11110 111 0 100001 11000010 11000 111001

Color Harmonies of #78A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A0AC

Black with #78A0AC

Text Example


Text Example

White with #78A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,160,172); }

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

background-color css

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

 a { background-color: rgb(120,160,172); }

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

border-color css

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

 span { border-color: rgb(120,160,172); }

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