Html Css Color HEX #A77277 Turkish Rose

📋 copy color: '#A77277'

red 167 ◦ green 114 ◦ blue 119

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

Shades of Turkish Rose #A77277

Tints of Turkish Rose #A77277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 41.75%
G = 28.5%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A77277 (or 0xA77277) is known color: Turkish Rose. HEX triplet: A7, 72 and 77. RGB value is (167,114,119). Sum of RGB (Red+Green+Blue) = 167+114+119=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A77277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77277 is #588D88. Grayscale: #828282. Windows color (decimal): -5803401 or 7828135. OLE color: 7828135.

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

Color convert

RGB 167 114 119 -
CMYK 0 0.32 0.29 0.35
HSL 354.34º 0.23% 0.55% -
HSV(B) 354.34º 0.32% 0.65% -
XYZ 25.28 21.58 20.29 -
YUV 130.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 167 114 119 0 0.32 0.29 0.35 354.34 0.23 0.55
Hex A7 72 77 0 20 1D 23 162 17 37
Octal 247 162 167 0 40 35 43 542 27 67
Binary 10100111 1110010 1110111 0 100000 11101 100011 101100010 10111 110111

Color Harmonies of #A77277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77277

Black with #A77277

Text Example


Text Example

White with #A77277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77277; }

 p { color: rgb(167,114,119); }

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

background-color css

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

 a { background-color: rgb(167,114,119); }

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

border-color css

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

 span { border-color: rgb(167,114,119); }

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