#7FA79D

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

Shades of Cascade #7FA79D

Tints of Cascade #7FA79D

Color information

#7FA79D (or 0x7FA79D) is unknown color: approx Cascade. HEX triplet: 7F, A7 and 9D. RGB value is (127,167,157). Sum of RGB (Red+Green+Blue) = 127+167+157=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA79D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA79D is #805862. Grayscale: #999999. Windows color (decimal): -8411235 or 10332031. OLE color: 10332031.

HSL color Cylindrical-coordinate representation of color #7FA79D: hue angle of 165º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA79D is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB127167157-
CMYK0.2400.060.35
HSL165º18.52%57.65%-
HSV(B)165º23.95%65.49%-
XYZ28.6634.5837.06-
YUV153.9129.75108.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.16%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=28.16%
G=37.03%
B=34.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271671570.2400.060.3516518.5257.65
Hex7FA79D180623a5133a
Octal1772472353006432452372
Binary111111110100111100111011100001101000111010010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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