#927178

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

Shades of Turkish Rose #927178

Tints of Turkish Rose #927178

Color information

#927178 (or 0x927178) is unknown color: approx Turkish Rose. HEX triplet: 92, 71 and 78. RGB value is (146,113,120). Sum of RGB (Red+Green+Blue) = 146+113+120=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #927178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927178 is #6D8E87. Grayscale: #7B7B7B. Windows color (decimal): -7179912 or 7893394. OLE color: 7893394.

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

Color convert

RGB146113120-
CMYK00.230.180.43
HSL347.27º13.15%50.78%-
HSV(B)347.27º22.6%57.25%-
XYZ21.1519.2820.38-
YUV123.66125.93143.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=38.52%
G=29.82%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611312000.230.180.43347.2713.1550.78
Hex927178017122B15bd33
Octal22216117002722535331563
Binary1001001011100011111000010111100101010111010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927178; }

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

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

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

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

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

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

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

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