Html Css Color HEX #7FA29B Cascade

📋 copy color: '#7FA29B'

red 127 ◦ green 162 ◦ blue 155

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

Shades of Cascade #7FA29B

Tints of Cascade #7FA29B

RGB

 RED value IS 127 (50% from 255) = 28.6%

 GREEN value IS 162 (63.67% from 255) = 36.49%

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

R = 28.6%
G = 36.49%
B = 34.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#7FA29B (or 0x7FA29B) is known color: Cascade. HEX triplet: 7F, A2 and 9B. RGB value is (127,162,155). Sum of RGB (Red+Green+Blue) = 127+162+155=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA29B is #805D64. Grayscale: #969696. Windows color (decimal): -8412517 or 10199679. OLE color: 10199679.

HSL color Cylindrical-coordinate representation of color #7FA29B: hue angle of 168º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA29B is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 155 -
CMYK 0.22 0 0.04 0.36
HSL 168º 0.16% 0.57% -
HSV(B) 168º 0.22% 0.64% -
XYZ 27.59 32.72 35.87 -
YUV 150.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 127 162 155 0.22 0 0.04 0.36 168 0.16 0.57
Hex 7F A2 9B 16 0 4 24 A8 10 39
Octal 177 242 233 26 0 4 44 250 20 71
Binary 1111111 10100010 10011011 10110 0 100 100100 10101000 10000 111001

Color Harmonies of #7FA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA29B

Black with #7FA29B

Text Example


Text Example

White with #7FA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,162,155); }

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

background-color css

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

 a { background-color: rgb(127,162,155); }

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

border-color css

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

 span { border-color: rgb(127,162,155); }

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