#927075

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

Shades of Turkish Rose #927075

Tints of Turkish Rose #927075

Color information

#927075 (or 0x927075) is unknown color: approx Turkish Rose. HEX triplet: 92, 70 and 75. RGB value is (146,112,117). Sum of RGB (Red+Green+Blue) = 146+112+117=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #927075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927075 is #6D8F8A. Grayscale: #7A7A7A. Windows color (decimal): -7180171 or 7696530. OLE color: 7696530.

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

Color convert

RGB146112117-
CMYK00.230.200.43
HSL351.18º13.49%50.59%-
HSV(B)351.18º23.29%57.25%-
XYZ20.8618.9819.39-
YUV122.74124.76144.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=38.93%
G=29.87%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611211700.230.200.43351.1813.4950.59
Hex927075017142B15fd33
Octal22216016502724535371563
Binary1001001011100001110101010111101001010111010111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927075; }

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

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

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

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

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

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

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

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