#7EA79C

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

Shades of Cascade #7EA79C

Tints of Cascade #7EA79C

Color information

#7EA79C (or 0x7EA79C) is unknown color: approx Cascade. HEX triplet: 7E, A7 and 9C. RGB value is (126,167,156). Sum of RGB (Red+Green+Blue) = 126+167+156=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA79C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA79C is #815863. Grayscale: #999999. Windows color (decimal): -8476772 or 10266494. OLE color: 10266494.

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

Color convert

RGB126167156-
CMYK0.2500.070.35
HSL163.9º18.89%57.45%-
HSV(B)163.9º24.55%65.49%-
XYZ28.4234.4736.61-
YUV153.49129.42108.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.06%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=28.06%
G=37.19%
B=34.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261671560.2500.070.35163.918.8957.45
Hex7EA79C190723a41339
Octal1762472343107432442371
Binary111111010100111100111001100101111000111010010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,167,156); }

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

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

 a { background-color: rgb(126,167,156); }

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

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

 span { border-color: rgb(126,167,156); }

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