Html Css Color HEX #7EA79B Cascade

📋 copy color: '#7EA79B'

red 126 ◦ green 167 ◦ blue 155

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

Shades of Cascade #7EA79B

Tints of Cascade #7EA79B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.28%

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 28.13%
G = 37.28%
B = 34.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#7EA79B (or 0x7EA79B) is known color: Cascade. HEX triplet: 7E, A7 and 9B. RGB value is (126,167,155). Sum of RGB (Red+Green+Blue) = 126+167+155=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA79B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA79B is #815864. Grayscale: #999999. Windows color (decimal): -8476773 or 10200958. OLE color: 10200958.

HSL color Cylindrical-coordinate representation of color #7EA79B: hue angle of 162.44º 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 #7EA79B is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 167 155 -
CMYK 0.25 0 0.07 0.35
HSL 162.44º 0.19% 0.57% -
HSV(B) 162.44º 0.25% 0.65% -
XYZ 28.34 34.44 36.16 -
YUV 153.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 126 167 155 0.25 0 0.07 0.35 162.44 0.19 0.57
Hex 7E A7 9B 19 0 7 23 A2 13 39
Octal 176 247 233 31 0 7 43 242 23 71
Binary 1111110 10100111 10011011 11001 0 111 100011 10100010 10011 111001

Color Harmonies of #7EA79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA79B

Black with #7EA79B

Text Example


Text Example

White with #7EA79B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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