#7DA8AC

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

Shades of Ziggurat #7DA8AC

Tints of Ziggurat #7DA8AC

Color information

#7DA8AC (or 0x7DA8AC) is unknown color: approx Ziggurat. HEX triplet: 7D, A8 and AC. RGB value is (125,168,172). Sum of RGB (Red+Green+Blue) = 125+168+172=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DA8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA8AC is #825753. Grayscale: #9B9B9B. Windows color (decimal): -8542036 or 11315325. OLE color: 11315325.

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

Color convert

RGB125168172-
CMYK0.270.0200.33
HSL185.11º22.07%58.24%-
HSV(B)185.11º27.33%67.45%-
XYZ29.9135.3444.28-
YUV155.6137.25106.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.88%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=26.88%
G=36.13%
B=36.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251681720.270.0200.33185.1122.0758.24
Hex7DA8AC1B2021b9163a
Octal1752502543320412712672
Binary11111011010100010101100110111001000011011100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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