#7FA7AC

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

Shades of Ziggurat #7FA7AC

Tints of Ziggurat #7FA7AC

Color information

#7FA7AC (or 0x7FA7AC) is unknown color: approx Ziggurat. HEX triplet: 7F, A7 and AC. RGB value is (127,167,172). Sum of RGB (Red+Green+Blue) = 127+167+172=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #7FA7AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA7AC is #805853. Grayscale: #9B9B9B. Windows color (decimal): -8411220 or 11315071. OLE color: 11315071.

HSL color Cylindrical-coordinate representation of color #7FA7AC: hue angle of 186.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FA7AC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127167172-
CMYK0.260.0300.33
HSL186.67º21.33%58.63%-
HSV(B)186.67º26.16%67.45%-
XYZ30.0235.1344.23-
YUV155.61137.25107.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.25%
GREEN value IS 167 (65.62% from 255) = 35.84%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=27.25%
G=35.84%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271671720.260.0300.33186.6721.3358.63
Hex7FA7AC1A3021bb153b
Octal1772472543230412732573
Binary11111111010011110101100110101101000011011101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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