Html Css Color HEX #A77278 Turkish Rose

📋 copy color: '#A77278'

red 167 ◦ green 114 ◦ blue 120

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

Shades of Turkish Rose #A77278

Tints of Turkish Rose #A77278

RGB

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

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

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

R = 41.65%
G = 28.43%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A77278 (or 0xA77278) is known color: Turkish Rose. HEX triplet: A7, 72 and 78. RGB value is (167,114,120). Sum of RGB (Red+Green+Blue) = 167+114+120=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A77278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77278 is #588D87. Grayscale: #828282. Windows color (decimal): -5803400 or 7893671. OLE color: 7893671.

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

Color convert

RGB 167 114 120 -
CMYK 0 0.32 0.28 0.35
HSL 353.21º 0.23% 0.55% -
HSV(B) 353.21º 0.32% 0.65% -
XYZ 25.34 21.61 20.6 -
YUV 130.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 167 114 120 0 0.32 0.28 0.35 353.21 0.23 0.55
Hex A7 72 78 0 20 1C 23 161 17 37
Octal 247 162 170 0 40 34 43 541 27 67
Binary 10100111 1110010 1111000 0 100000 11100 100011 101100001 10111 110111

Color Harmonies of #A77278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77278

Black with #A77278

Text Example


Text Example

White with #A77278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77278; }

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

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

background-color css

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

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

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

border-color css

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

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

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