Html Css Color HEX #77A1AD Ziggurat

📋 copy color: '#77A1AD'

red 119 ◦ green 161 ◦ blue 173

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

Shades of Ziggurat #77A1AD

Tints of Ziggurat #77A1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 26.27%
G = 35.54%
B = 38.19%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#77A1AD (or 0x77A1AD) is known color: Ziggurat. HEX triplet: 77, A1 and AD. RGB value is (119,161,173). Sum of RGB (Red+Green+Blue) = 119+161+173=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #77A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A1AD is #885E52. Grayscale: #959595. Windows color (decimal): -8937043 or 11379063. OLE color: 11379063.

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

Color convert

RGB 119 161 173 -
CMYK 0.31 0.07 0 0.32
HSL 193.33º 0.25% 0.57% -
HSV(B) 193.33º 0.31% 0.68% -
XYZ 27.9 32.43 44.32 -
YUV 149.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 119 161 173 0.31 0.07 0 0.32 193.33 0.25 0.57
Hex 77 A1 AD 1F 7 0 20 C1 19 39
Octal 167 241 255 37 7 0 40 301 31 71
Binary 1110111 10100001 10101101 11111 111 0 100000 11000001 11001 111001

Color Harmonies of #77A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A1AD

Black with #77A1AD

Text Example


Text Example

White with #77A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,161,173); }

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

background-color css

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

 a { background-color: rgb(119,161,173); }

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

border-color css

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

 span { border-color: rgb(119,161,173); }

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