Html Css Color HEX #A77378 Turkish Rose

📋 copy color: '#A77378'

red 167 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #A77378

Tints of Turkish Rose #A77378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 41.54%
G = 28.61%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A77378 (or 0xA77378) is known color: Turkish Rose. HEX triplet: A7, 73 and 78. RGB value is (167,115,120). Sum of RGB (Red+Green+Blue) = 167+115+120=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A77378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77378 is #588C87. Grayscale: #838383. Windows color (decimal): -5803144 or 7893927. OLE color: 7893927.

HSL color Cylindrical-coordinate representation of color #A77378: hue angle of 354.23º 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 #A77378 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 115 120 -
CMYK 0 0.31 0.28 0.35
HSL 354.23º 0.23% 0.55% -
HSV(B) 354.23º 0.31% 0.65% -
XYZ 25.46 21.83 20.64 -
YUV 131.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 167 115 120 0 0.31 0.28 0.35 354.23 0.23 0.55
Hex A7 73 78 0 1F 1C 23 162 17 37
Octal 247 163 170 0 37 34 43 542 27 67
Binary 10100111 1110011 1111000 0 11111 11100 100011 101100010 10111 110111

Color Harmonies of #A77378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77378

Black with #A77378

Text Example


Text Example

White with #A77378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77378; }

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

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

background-color css

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

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

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

border-color css

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

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

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