#7DA8AB

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

Shades of Ziggurat #7DA8AB

Tints of Ziggurat #7DA8AB

Color information

#7DA8AB (or 0x7DA8AB) is unknown color: approx Ziggurat. HEX triplet: 7D, A8 and AB. RGB value is (125,168,171). Sum of RGB (Red+Green+Blue) = 125+168+171=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #7DA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA8AB is #825754. Grayscale: #9B9B9B. Windows color (decimal): -8542037 or 11249789. OLE color: 11249789.

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

Color convert

RGB125168171-
CMYK0.270.0200.33
HSL183.91º21.5%58.04%-
HSV(B)183.91º26.9%67.06%-
XYZ29.8135.3143.77-
YUV155.48136.75106.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=26.94%
G=36.21%
B=36.85%

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
Decimal1251681710.270.0200.33183.9121.558.04
Hex7DA8AB1B2021b8153a
Octal1752502533320412702572
Binary11111011010100010101011110111001000011011100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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