#A77378

Color #A77378 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A77378

Tints of Turkish Rose #A77378

Color information

#A77378 (or 0xA77378) is unknown color: approx 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

RGB167115120-
CMYK00.310.280.35
HSL354.23º22.81%55.29%-
HSV(B)354.23º31.14%65.49%-
XYZ25.4621.8320.64-
YUV131.12121.73153.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711512000.310.280.35354.2322.8155.29
HexA7737801F1C231621737
Octal24716317003734435422767
Binary10100111111001111110000111111110010001110110001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>