Html Css Color HEX #7EA79C Cascade

📋 copy color: '#7EA79C'

red 126 ◦ green 167 ◦ blue 156

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

Shades of Cascade #7EA79C

Tints of Cascade #7EA79C

RGB

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

 GREEN value IS 167 (65.63% 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 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

#7EA79C (or 0x7EA79C) is known color: 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

RGB 126 167 156 -
CMYK 0.25 0 0.07 0.35
HSL 163.9º 0.19% 0.57% -
HSV(B) 163.9º 0.25% 0.65% -
XYZ 28.42 34.47 36.61 -
YUV 153.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 126 167 156 0.25 0 0.07 0.35 163.9 0.19 0.57
Hex 7E A7 9C 19 0 7 23 A4 13 39
Octal 176 247 234 31 0 7 43 244 23 71
Binary 1111110 10100111 10011100 11001 0 111 100011 10100100 10011 111001

Color Harmonies of #7EA79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA79C

Black with #7EA79C

Text Example


Text Example

White with #7EA79C

Text Example


Text Example

HTML Codes & Css Web 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>