#927377

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

Shades of Turkish Rose #927377

Tints of Turkish Rose #927377

Color information

#927377 (or 0x927377) is unknown color: approx Turkish Rose. HEX triplet: 92, 73 and 77. RGB value is (146,115,119). Sum of RGB (Red+Green+Blue) = 146+115+119=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #927377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927377 is #6D8C88. Grayscale: #7C7C7C. Windows color (decimal): -7179401 or 7828370. OLE color: 7828370.

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

Color convert

RGB146115119-
CMYK00.210.180.43
HSL352.26º12.45%51.18%-
HSV(B)352.26º21.23%57.25%-
XYZ21.3119.720.13-
YUV124.72124.77143.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=38.42%
G=30.26%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611511900.210.180.43352.2612.4551.18
Hex927377015122B160c33
Octal22216316702522535401463
Binary1001001011100111110111010101100101010111011000001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927377; }

 p { color: rgb(146,115,119); }

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

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

 a { background-color: rgb(146,115,119); }

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

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

 span { border-color: rgb(146,115,119); }

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