#927578

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

Shades of Turkish Rose #927578

Tints of Turkish Rose #927578

Color information

#927578 (or 0x927578) is unknown color: approx Turkish Rose. HEX triplet: 92, 75 and 78. RGB value is (146,117,120). Sum of RGB (Red+Green+Blue) = 146+117+120=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #927578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927578 is #6D8A87. Grayscale: #7E7E7E. Windows color (decimal): -7178888 or 7894418. OLE color: 7894418.

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

Color convert

RGB146117120-
CMYK00.200.180.43
HSL353.79º11.74%51.57%-
HSV(B)353.79º19.86%57.25%-
XYZ21.6120.1920.53-
YUV126.01124.61142.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=38.12%
G=30.55%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611712000.200.180.43353.7911.7451.57
Hex927578014122B162c34
Octal22216517002422535421464
Binary1001001011101011111000010100100101010111011000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927578; }

 p { color: rgb(146,117,120); }

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

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

 a { background-color: rgb(146,117,120); }

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

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

 span { border-color: rgb(146,117,120); }

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