#927276

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

Shades of Turkish Rose #927276

Tints of Turkish Rose #927276

Color information

#927276 (or 0x927276) is unknown color: approx Turkish Rose. HEX triplet: 92, 72 and 76. RGB value is (146,114,118). Sum of RGB (Red+Green+Blue) = 146+114+118=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #927276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927276 is #6D8D89. Grayscale: #7C7C7C. Windows color (decimal): -7179658 or 7762578. OLE color: 7762578.

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

Color convert

RGB146114118-
CMYK00.220.190.43
HSL352.5º12.8%50.98%-
HSV(B)352.5º21.92%57.25%-
XYZ21.1419.4519.78-
YUV124.02124.6143.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=38.62%
G=30.16%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611411800.220.190.43352.512.850.98
Hex927276016132B160d33
Octal22216216602623535401563
Binary1001001011100101110110010110100111010111011000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927276; }

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

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

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

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

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

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

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

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