#7DA1AC

Color #7DA1AC Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #7DA1AC

Tints of Ziggurat #7DA1AC

Color information

#7DA1AC (or 0x7DA1AC) is unknown color: approx Ziggurat. HEX triplet: 7D, A1 and AC. RGB value is (125,161,172). Sum of RGB (Red+Green+Blue) = 125+161+172=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DA1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA1AC is #825E53. Grayscale: #979797. Windows color (decimal): -8543828 or 11313533. OLE color: 11313533.

HSL color Cylindrical-coordinate representation of color #7DA1AC: hue angle of 194.04º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DA1AC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125161172-
CMYK0.270.0600.33
HSL194.04º22.07%58.24%-
HSV(B)194.04º27.33%67.45%-
XYZ28.6532.8343.86-
YUV151.49139.57109.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.29%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=27.29%
G=35.15%
B=37.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251611720.270.0600.33194.0422.0758.24
Hex7DA1AC1B6021c2163a
Octal1752412543360413022672
Binary111110110100001101011001101111001000011100001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA1AC; }

 p { color: rgb(125,161,172); }

 H1.HeaderClassName
 {
   color: #7DA1AC;
 }
 .AnyTagClassName
 {
   color: #7DA1AC;
 }
</style>
background-color css

<style>
 a { background-color: #7DA1AC; }

 a { background-color: rgb(125,161,172); }

 div.DivClassName
 {
   background-color: #7DA1AC;
 }
 .BgClassName
 {
   background-color: #7DA1AC;
 }
</style>
border-color css

<style>
 span { border-color: #7DA1AC; }

 span { border-color: rgb(125,161,172); }

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