#7DA7AE

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

Shades of Ziggurat #7DA7AE

Tints of Ziggurat #7DA7AE

Color information

#7DA7AE (or 0x7DA7AE) is unknown color: approx Ziggurat. HEX triplet: 7D, A7 and AE. RGB value is (125,167,174). Sum of RGB (Red+Green+Blue) = 125+167+174=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #7DA7AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA7AE is #825851. Grayscale: #9B9B9B. Windows color (decimal): -8542290 or 11446141. OLE color: 11446141.

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

Color convert

RGB125167174-
CMYK0.280.0400.32
HSL188.57º23.22%58.63%-
HSV(B)188.57º28.16%68.24%-
XYZ29.9235.0545.23-
YUV155.24138.59106.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.82%
GREEN value IS 167 (65.62% from 255) = 35.84%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=26.82%
G=35.84%
B=37.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251671740.280.0400.32188.5723.2258.63
Hex7DA7AE1C4020bd173b
Octal1752472563440402752773
Binary111110110100111101011101110010001000001011110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,167,174); }

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

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

 a { background-color: rgb(125,167,174); }

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

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

 span { border-color: rgb(125,167,174); }

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