#927476

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

Shades of Turkish Rose #927476

Tints of Turkish Rose #927476

Color information

#927476 (or 0x927476) is unknown color: approx Turkish Rose. HEX triplet: 92, 74 and 76. RGB value is (146,116,118). Sum of RGB (Red+Green+Blue) = 146+116+118=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #927476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927476 is #6D8B89. Grayscale: #7D7D7D. Windows color (decimal): -7179146 or 7763090. OLE color: 7763090.

HSL color Cylindrical-coordinate representation of color #927476: hue angle of 356º 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 #927476 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB146116118-
CMYK00.210.190.43
HSL356º12.1%51.37%-
HSV(B)356º20.55%57.25%-
XYZ21.3719.9119.86-
YUV125.2123.94142.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=38.42%
G=30.53%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611611800.210.190.4335612.151.37
Hex927476015132B164c33
Octal22216416602523535441463
Binary1001001011101001110110010101100111010111011001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927476; }

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

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

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

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

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

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

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

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