Html Css Color HEX #7FA295 Acapulco

📋 copy color: '#7FA295'

red 127 ◦ green 162 ◦ blue 149

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

Shades of Acapulco #7FA295

Tints of Acapulco #7FA295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 29%
G = 36.99%
B = 34.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#7FA295 (or 0x7FA295) is known color: Acapulco. HEX triplet: 7F, A2 and 95. RGB value is (127,162,149). Sum of RGB (Red+Green+Blue) = 127+162+149=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA295 is #805D6A. Grayscale: #969696. Windows color (decimal): -8412523 or 9806463. OLE color: 9806463.

HSL color Cylindrical-coordinate representation of color #7FA295: hue angle of 157.71º 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 #7FA295 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 149 -
CMYK 0.22 0 0.08 0.36
HSL 157.71º 0.16% 0.57% -
HSV(B) 157.71º 0.22% 0.64% -
XYZ 27.1 32.52 33.28 -
YUV 150.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 127 162 149 0.22 0 0.08 0.36 157.71 0.16 0.57
Hex 7F A2 95 16 0 8 24 9E 10 39
Octal 177 242 225 26 0 10 44 236 20 71
Binary 1111111 10100010 10010101 10110 0 1000 100100 10011110 10000 111001

Color Harmonies of #7FA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA295

Black with #7FA295

Text Example


Text Example

White with #7FA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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