#7DA4AC

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

Shades of Ziggurat #7DA4AC

Tints of Ziggurat #7DA4AC

Color information

#7DA4AC (or 0x7DA4AC) is unknown color: approx Ziggurat. HEX triplet: 7D, A4 and AC. RGB value is (125,164,172). Sum of RGB (Red+Green+Blue) = 125+164+172=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DA4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA4AC is #825B53. Grayscale: #999999. Windows color (decimal): -8543060 or 11314301. OLE color: 11314301.

HSL color Cylindrical-coordinate representation of color #7DA4AC: hue angle of 190.21º 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 #7DA4AC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125164172-
CMYK0.270.0500.33
HSL190.21º22.07%58.24%-
HSV(B)190.21º27.33%67.45%-
XYZ29.1833.8944.03-
YUV153.25138.58107.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.11%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=27.11%
G=35.57%
B=37.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251641720.270.0500.33190.2122.0758.24
Hex7DA4AC1B5021be163a
Octal1752442543350412762672
Binary111110110100100101011001101110101000011011111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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