Html Css Color HEX #7FAF9D Acapulco

📋 copy color: '#7FAF9D'

red 127 ◦ green 175 ◦ blue 157

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

Shades of Acapulco #7FAF9D

Tints of Acapulco #7FAF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 27.67%
G = 38.13%
B = 34.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#7FAF9D (or 0x7FAF9D) is known color: Acapulco. HEX triplet: 7F, AF and 9D. RGB value is (127,175,157). Sum of RGB (Red+Green+Blue) = 127+175+157=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF9D is #805062. Grayscale: #9E9E9E. Windows color (decimal): -8409187 or 10334079. OLE color: 10334079.

HSL color Cylindrical-coordinate representation of color #7FAF9D: hue angle of 157.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAF9D is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 157 -
CMYK 0.27 0 0.10 0.31
HSL 157.5º 0.23% 0.59% -
HSV(B) 157.5º 0.27% 0.69% -
XYZ 30.17 37.61 37.57 -
YUV 158.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 127 175 157 0.27 0 0.10 0.31 157.5 0.23 0.59
Hex 7F AF 9D 1B 0 A 1F 9E 17 3B
Octal 177 257 235 33 0 12 37 236 27 73
Binary 1111111 10101111 10011101 11011 0 1010 11111 10011110 10111 111011

Color Harmonies of #7FAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF9D

Black with #7FAF9D

Text Example


Text Example

White with #7FAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,157); }

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

background-color css

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

 a { background-color: rgb(127,175,157); }

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

border-color css

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

 span { border-color: rgb(127,175,157); }

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