Html Css Color HEX #7EA099 Cascade

📋 copy color: '#7EA099'

red 126 ◦ green 160 ◦ blue 153

#7EA099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #7EA099

Tints of Cascade #7EA099

RGB

 RED value IS 126 (49.61% from 255) = 28.7%

 GREEN value IS 160 (62.89% from 255) = 36.45%

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 28.7%
G = 36.45%
B = 34.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#7EA099 (or 0x7EA099) is known color: Cascade. HEX triplet: 7E, A0 and 99. RGB value is (126,160,153). Sum of RGB (Red+Green+Blue) = 126+160+153=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA099 is #815F66. Grayscale: #959595. Windows color (decimal): -8478567 or 10068094. OLE color: 10068094.

HSL color Cylindrical-coordinate representation of color #7EA099: hue angle of 167.65º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7EA099 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 160 153 -
CMYK 0.21 0 0.04 0.37
HSL 167.65º 0.15% 0.56% -
HSV(B) 167.65º 0.21% 0.63% -
XYZ 26.92 31.88 34.87 -
YUV 149.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 126 160 153 0.21 0 0.04 0.37 167.65 0.15 0.56
Hex 7E A0 99 15 0 4 25 A8 F 38
Octal 176 240 231 25 0 4 45 250 17 70
Binary 1111110 10100000 10011001 10101 0 100 100101 10101000 1111 111000

Color Harmonies of #7EA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA099

Black with #7EA099

Text Example


Text Example

White with #7EA099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,160,153); }

 H1.HeaderClassName
 {
   color: #7EA099;
 }
 .AnyTagClassName
 {
   color: #7EA099;
 }
</style>

background-color css

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

 a { background-color: rgb(126,160,153); }

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

border-color css

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

 span { border-color: rgb(126,160,153); }

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