#927375

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

Shades of Turkish Rose #927375

Tints of Turkish Rose #927375

Color information

#927375 (or 0x927375) is unknown color: approx Turkish Rose. HEX triplet: 92, 73 and 75. RGB value is (146,115,117). Sum of RGB (Red+Green+Blue) = 146+115+117=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #927375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927375 is #6D8C8A. Grayscale: #7C7C7C. Windows color (decimal): -7179403 or 7697298. OLE color: 7697298.

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

Color convert

RGB146115117-
CMYK00.210.200.43
HSL356.13º12.45%51.18%-
HSV(B)356.13º21.23%57.25%-
XYZ21.219.6619.51-
YUV124.5123.77143.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=38.62%
G=30.42%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611511700.210.200.43356.1312.4551.18
Hex927375015142B164c33
Octal22216316502524535441463
Binary1001001011100111110101010101101001010111011001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927375; }

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

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

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

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

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

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

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

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