#7D999F

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

Shades of Ziggurat #7D999F

Tints of Ziggurat #7D999F

Color information

#7D999F (or 0x7D999F) is unknown color: approx Ziggurat. HEX triplet: 7D, 99 and 9F. RGB value is (125,153,159). Sum of RGB (Red+Green+Blue) = 125+153+159=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D999F is #826660. Grayscale: #919191. Windows color (decimal): -8545889 or 10459517. OLE color: 10459517.

HSL color Cylindrical-coordinate representation of color #7D999F: hue angle of 190.59º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D999F is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125153159-
CMYK0.210.0400.38
HSL190.59º15.04%55.69%-
HSV(B)190.59º21.38%62.35%-
XYZ26.1129.6537.15-
YUV145.31135.72113.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.60%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=28.60%
G=35.01%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251531590.210.0400.38190.5915.0455.69
Hex7D999F154026bff38
Octal1752312372540462771770
Binary11111011001100110011111101011000100110101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,153,159); }

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

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

 a { background-color: rgb(125,153,159); }

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

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

 span { border-color: rgb(125,153,159); }

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