#7FACAD

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

Shades of Ziggurat #7FACAD

Tints of Ziggurat #7FACAD

Color information

#7FACAD (or 0x7FACAD) is unknown color: approx Ziggurat. HEX triplet: 7F, AC and AD. RGB value is (127,172,173). Sum of RGB (Red+Green+Blue) = 127+172+173=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #7FACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACAD is #805352. Grayscale: #9E9E9E. Windows color (decimal): -8409939 or 11381887. OLE color: 11381887.

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

Color convert

RGB127172173-
CMYK0.270.0100.32
HSL181.3º21.9%58.82%-
HSV(B)181.3º26.59%67.84%-
XYZ31.0537.0345.05-
YUV158.66136.09105.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=26.91%
G=36.44%
B=36.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271721730.270.0100.32181.321.958.82
Hex7FACAD1B1020b5163b
Octal1772542553310402652673
Binary1111111101011001010110111011101000001011010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,172,173); }

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

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

 a { background-color: rgb(127,172,173); }

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

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

 span { border-color: rgb(127,172,173); }

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