#7DA8AD

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

Shades of Ziggurat #7DA8AD

Tints of Ziggurat #7DA8AD

Color information

#7DA8AD (or 0x7DA8AD) is unknown color: approx Ziggurat. HEX triplet: 7D, A8 and AD. RGB value is (125,168,173). Sum of RGB (Red+Green+Blue) = 125+168+173=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #7DA8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA8AD is #825752. Grayscale: #9B9B9B. Windows color (decimal): -8542035 or 11380861. OLE color: 11380861.

HSL color Cylindrical-coordinate representation of color #7DA8AD: hue angle of 186.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DA8AD is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB125168173-
CMYK0.280.0300.32
HSL186.25º22.64%58.43%-
HSV(B)186.25º27.75%67.84%-
XYZ3035.3844.78-
YUV155.71137.75106.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.82%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=26.82%
G=36.05%
B=37.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251681730.280.0300.32186.2522.6458.43
Hex7DA8AD1C3020ba173a
Octal1752502553430402722772
Binary11111011010100010101101111001101000001011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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