Html Css Color HEX #77A0AC Ziggurat

📋 copy color: '#77A0AC'

red 119 ◦ green 160 ◦ blue 172

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

Shades of Ziggurat #77A0AC

Tints of Ziggurat #77A0AC

RGB

 RED value IS 119 (46.88% from 255) = 26.39%

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

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

R = 26.39%
G = 35.48%
B = 38.14%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A0AC (or 0x77A0AC) is known color: Ziggurat. HEX triplet: 77, A0 and AC. RGB value is (119,160,172). Sum of RGB (Red+Green+Blue) = 119+160+172=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A0AC is #885F53. Grayscale: #959595. Windows color (decimal): -8937300 or 11313271. OLE color: 11313271.

HSL color Cylindrical-coordinate representation of color #77A0AC: hue angle of 193.58º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77A0AC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 160 172 -
CMYK 0.31 0.07 0 0.33
HSL 193.58º 0.24% 0.57% -
HSV(B) 193.58º 0.31% 0.67% -
XYZ 27.62 32.04 43.76 -
YUV 149.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 119 160 172 0.31 0.07 0 0.33 193.58 0.24 0.57
Hex 77 A0 AC 1F 7 0 21 C2 18 39
Octal 167 240 254 37 7 0 41 302 30 71
Binary 1110111 10100000 10101100 11111 111 0 100001 11000010 11000 111001

Color Harmonies of #77A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A0AC

Black with #77A0AC

Text Example


Text Example

White with #77A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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