Html Css Color HEX #A76077 Turkish Rose

📋 copy color: '#A76077'

red 167 ◦ green 96 ◦ blue 119

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

Shades of Turkish Rose #A76077

Tints of Turkish Rose #A76077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.13%

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

R = 43.72%
G = 25.13%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A76077 (or 0xA76077) is known color: Turkish Rose. HEX triplet: A7, 60 and 77. RGB value is (167,96,119). Sum of RGB (Red+Green+Blue) = 167+96+119=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A76077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76077 is #589F88. Grayscale: #777777. Windows color (decimal): -5808009 or 7823527. OLE color: 7823527.

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

Color convert

RGB 167 96 119 -
CMYK 0 0.43 0.29 0.35
HSL 340.56º 0.29% 0.52% -
HSV(B) 340.56º 0.43% 0.65% -
XYZ 23.45 17.91 19.67 -
YUV 119.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 167 96 119 0 0.43 0.29 0.35 340.56 0.29 0.52
Hex A7 60 77 0 2B 1D 23 155 1D 34
Octal 247 140 167 0 53 35 43 525 35 64
Binary 10100111 1100000 1110111 0 101011 11101 100011 101010101 11101 110100

Color Harmonies of #A76077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76077

Black with #A76077

Text Example


Text Example

White with #A76077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76077; }

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

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

background-color css

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

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

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

border-color css

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

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

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