#927679

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

Shades of Turkish Rose #927679

Tints of Turkish Rose #927679

Color information

#927679 (or 0x927679) is unknown color: approx Turkish Rose. HEX triplet: 92, 76 and 79. RGB value is (146,118,121). Sum of RGB (Red+Green+Blue) = 146+118+121=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #927679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927679 is #6D8986. Grayscale: #7E7E7E. Windows color (decimal): -7178631 or 7960210. OLE color: 7960210.

HSL color Cylindrical-coordinate representation of color #927679: hue angle of 353.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #927679 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB146118121-
CMYK00.190.170.43
HSL353.57º11.38%51.76%-
HSV(B)353.57º19.18%57.25%-
XYZ21.7820.4520.89-
YUV126.71124.78141.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=37.92%
G=30.65%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611812100.190.170.43353.5711.3851.76
Hex927679013112B162b34
Octal22216617102321535421364
Binary1001001011101101111001010011100011010111011000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927679; }

 p { color: rgb(146,118,121); }

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

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

 a { background-color: rgb(146,118,121); }

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

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

 span { border-color: rgb(146,118,121); }

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