Html Css Color HEX #A77F80 Turkish Rose

📋 copy color: '#A77F80'

red 167 ◦ green 127 ◦ blue 128

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

Shades of Turkish Rose #A77F80

Tints of Turkish Rose #A77F80

RGB

 RED value IS 167 (65.63% from 255) = 39.57%

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 39.57%
G = 30.09%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A77F80 (or 0xA77F80) is known color: Turkish Rose. HEX triplet: A7, 7F and 80. RGB value is (167,127,128). Sum of RGB (Red+Green+Blue) = 167+127+128=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F80 is #58807F. Grayscale: #8B8B8B. Windows color (decimal): -5800064 or 8421287. OLE color: 8421287.

HSL color Cylindrical-coordinate representation of color #A77F80: hue angle of 358.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F80 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 127 128 -
CMYK 0 0.24 0.23 0.35
HSL 358.5º 0.19% 0.58% -
HSV(B) 358.5º 0.24% 0.65% -
XYZ 27.42 24.95 23.79 -
YUV 139.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 167 127 128 0 0.24 0.23 0.35 358.5 0.19 0.58
Hex A7 7F 80 0 18 17 23 166 13 3A
Octal 247 177 200 0 30 27 43 546 23 72
Binary 10100111 1111111 10000000 0 11000 10111 100011 101100110 10011 111010

Color Harmonies of #A77F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F80

Black with #A77F80

Text Example


Text Example

White with #A77F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F80; }

 p { color: rgb(167,127,128); }

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

background-color css

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

 a { background-color: rgb(167,127,128); }

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

border-color css

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

 span { border-color: rgb(167,127,128); }

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