#7FA7B6

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

Shades of Glacier #7FA7B6

Tints of Glacier #7FA7B6

Color information

#7FA7B6 (or 0x7FA7B6) is unknown color: approx Glacier. HEX triplet: 7F, A7 and B6. RGB value is (127,167,182). Sum of RGB (Red+Green+Blue) = 127+167+182=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #7FA7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7B6 is #805849. Grayscale: #9C9C9C. Windows color (decimal): -8411210 or 11970431. OLE color: 11970431.

HSL color Cylindrical-coordinate representation of color #7FA7B6: hue angle of 196.36º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA7B6 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127167182-
CMYK0.300.0800.29
HSL196.36º27.36%60.59%-
HSV(B)196.36º30.22%71.37%-
XYZ31.0135.5349.48-
YUV156.75142.25106.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.68%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=26.68%
G=35.08%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271671820.300.0800.29196.3627.3660.59
Hex7FA7B61E801Dc41b3d
Octal17724726636100353043375
Binary111111110100111101101101111010000111011100010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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