#927072

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

Shades of Turkish Rose #927072

Tints of Turkish Rose #927072

Color information

#927072 (or 0x927072) is unknown color: approx Turkish Rose. HEX triplet: 92, 70 and 72. RGB value is (146,112,114). Sum of RGB (Red+Green+Blue) = 146+112+114=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #927072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927072 is #6D8F8D. Grayscale: #7A7A7A. Windows color (decimal): -7180174 or 7499922. OLE color: 7499922.

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

Color convert

RGB146112114-
CMYK00.230.220.43
HSL356.47º13.49%50.59%-
HSV(B)356.47º23.29%57.25%-
XYZ20.6918.9118.48-
YUV122.39123.26144.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=39.25%
G=30.11%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611211400.230.220.43356.4713.4950.59
Hex927072017162B164d33
Octal22216016202726535441563
Binary1001001011100001110010010111101101010111011001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927072; }

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

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

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

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

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

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

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

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