Html Css Color HEX #A77375 Turkish Rose

📋 copy color: '#A77375'

red 167 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #A77375

Tints of Turkish Rose #A77375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 41.85%
G = 28.82%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A77375 (or 0xA77375) is known color: Turkish Rose. HEX triplet: A7, 73 and 75. RGB value is (167,115,117). Sum of RGB (Red+Green+Blue) = 167+115+117=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A77375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77375 is #588C8A. Grayscale: #828282. Windows color (decimal): -5803147 or 7697319. OLE color: 7697319.

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

Color convert

RGB 167 115 117 -
CMYK 0 0.31 0.30 0.35
HSL 357.69º 0.23% 0.55% -
HSV(B) 357.69º 0.31% 0.65% -
XYZ 25.28 21.76 19.7 -
YUV 130.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 167 115 117 0 0.31 0.30 0.35 357.69 0.23 0.55
Hex A7 73 75 0 1F 1E 23 166 17 37
Octal 247 163 165 0 37 36 43 546 27 67
Binary 10100111 1110011 1110101 0 11111 11110 100011 101100110 10111 110111

Color Harmonies of #A77375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77375

Black with #A77375

Text Example


Text Example

White with #A77375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77375; }

 p { color: rgb(167,115,117); }

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

background-color css

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

 a { background-color: rgb(167,115,117); }

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

border-color css

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

 span { border-color: rgb(167,115,117); }

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