Html Css Color HEX #7FA49A Cascade

📋 copy color: '#7FA49A'

red 127 ◦ green 164 ◦ blue 154

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

Shades of Cascade #7FA49A

Tints of Cascade #7FA49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.85%

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 28.54%
G = 36.85%
B = 34.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#7FA49A (or 0x7FA49A) is known color: Cascade. HEX triplet: 7F, A4 and 9A. RGB value is (127,164,154). Sum of RGB (Red+Green+Blue) = 127+164+154=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA49A is #805B65. Grayscale: #979797. Windows color (decimal): -8412006 or 10134655. OLE color: 10134655.

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

Color convert

RGB 127 164 154 -
CMYK 0.23 0 0.06 0.36
HSL 163.78º 0.17% 0.57% -
HSV(B) 163.78º 0.23% 0.64% -
XYZ 27.86 33.4 35.55 -
YUV 151.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 127 164 154 0.23 0 0.06 0.36 163.78 0.17 0.57
Hex 7F A4 9A 17 0 6 24 A4 11 39
Octal 177 244 232 27 0 6 44 244 21 71
Binary 1111111 10100100 10011010 10111 0 110 100100 10100100 10001 111001

Color Harmonies of #7FA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA49A

Black with #7FA49A

Text Example


Text Example

White with #7FA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,164,154); }

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

background-color css

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

 a { background-color: rgb(127,164,154); }

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

border-color css

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

 span { border-color: rgb(127,164,154); }

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