#7FA7AF

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

Shades of Ziggurat #7FA7AF

Tints of Ziggurat #7FA7AF

Color information

#7FA7AF (or 0x7FA7AF) is unknown color: approx Ziggurat. HEX triplet: 7F, A7 and AF. RGB value is (127,167,175). Sum of RGB (Red+Green+Blue) = 127+167+175=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FA7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA7AF is #805850. Grayscale: #9B9B9B. Windows color (decimal): -8411217 or 11511679. OLE color: 11511679.

HSL color Cylindrical-coordinate representation of color #7FA7AF: hue angle of 190º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA7AF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127167175-
CMYK0.270.0500.31
HSL190º23.08%59.22%-
HSV(B)190º27.43%68.63%-
XYZ30.3135.2445.76-
YUV155.95138.75107.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=27.08%
G=35.61%
B=37.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271671750.270.0500.3119023.0859.22
Hex7FA7AF1B501Fbe173b
Octal1772472573350372762773
Binary11111111010011110101111110111010111111011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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