#927175

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

Shades of Turkish Rose #927175

Tints of Turkish Rose #927175

Color information

#927175 (or 0x927175) is unknown color: approx Turkish Rose. HEX triplet: 92, 71 and 75. RGB value is (146,113,117). Sum of RGB (Red+Green+Blue) = 146+113+117=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #927175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927175 is #6D8E8A. Grayscale: #7B7B7B. Windows color (decimal): -7179915 or 7696786. OLE color: 7696786.

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

Color convert

RGB146113117-
CMYK00.230.200.43
HSL352.73º13.15%50.78%-
HSV(B)352.73º22.6%57.25%-
XYZ20.9719.2119.43-
YUV123.32124.43144.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=38.83%
G=30.05%
B=31.12%

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
Decimal14611311700.230.200.43352.7313.1550.78
Hex927175017142B161d33
Octal22216116502724535411563
Binary1001001011100011110101010111101001010111011000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927175; }

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

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

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

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

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

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

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

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