#927174

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

Shades of Turkish Rose #927174

Tints of Turkish Rose #927174

Color information

#927174 (or 0x927174) is unknown color: approx Turkish Rose. HEX triplet: 92, 71 and 74. RGB value is (146,113,116). Sum of RGB (Red+Green+Blue) = 146+113+116=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #927174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927174 is #6D8E8B. Grayscale: #7B7B7B. Windows color (decimal): -7179916 or 7631250. OLE color: 7631250.

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

Color convert

RGB146113116-
CMYK00.230.210.43
HSL354.55º13.15%50.78%-
HSV(B)354.55º22.6%57.25%-
XYZ20.9119.1819.12-
YUV123.21123.93144.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=38.93%
G=30.13%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611311600.230.210.43354.5513.1550.78
Hex927174017152B163d33
Octal22216116402725535431563
Binary1001001011100011110100010111101011010111011000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927174; }

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

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

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

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

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

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

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

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