#927477

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

Shades of Turkish Rose #927477

Tints of Turkish Rose #927477

Color information

#927477 (or 0x927477) is unknown color: approx Turkish Rose. HEX triplet: 92, 74 and 77. RGB value is (146,116,119). Sum of RGB (Red+Green+Blue) = 146+116+119=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #927477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927477 is #6D8B88. Grayscale: #7D7D7D. Windows color (decimal): -7179145 or 7828626. OLE color: 7828626.

HSL color Cylindrical-coordinate representation of color #927477: hue angle of 354º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927477 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB146116119-
CMYK00.210.180.43
HSL354º12.1%51.37%-
HSV(B)354º20.55%57.25%-
XYZ21.4319.9320.17-
YUV125.31124.44142.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=38.32%
G=30.45%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611611900.210.180.4335412.151.37
Hex927477015122B162c33
Octal22216416702522535421463
Binary1001001011101001110111010101100101010111011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927477; }

 p { color: rgb(146,116,119); }

 H1.HeaderClassName
 {
   color: #927477;
 }
 .AnyTagClassName
 {
   color: #927477;
 }
</style>
background-color css

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

 a { background-color: rgb(146,116,119); }

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

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

 span { border-color: rgb(146,116,119); }

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