#927275

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

Shades of Turkish Rose #927275

Tints of Turkish Rose #927275

Color information

#927275 (or 0x927275) is unknown color: approx Turkish Rose. HEX triplet: 92, 72 and 75. RGB value is (146,114,117). Sum of RGB (Red+Green+Blue) = 146+114+117=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #927275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927275 is #6D8D8A. Grayscale: #7B7B7B. Windows color (decimal): -7179659 or 7697042. OLE color: 7697042.

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

Color convert

RGB146114117-
CMYK00.220.200.43
HSL354.38º12.8%50.98%-
HSV(B)354.38º21.92%57.25%-
XYZ21.0819.4319.47-
YUV123.91124.1143.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=38.73%
G=30.24%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611411700.220.200.43354.3812.850.98
Hex927275016142B162d33
Octal22216216502624535421563
Binary1001001011100101110101010110101001010111011000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927275; }

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

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

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

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

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

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

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

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