#9F767F

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

Shades of Turkish Rose #9F767F

Tints of Turkish Rose #9F767F

Color information

#9F767F (or 0x9F767F) is unknown color: approx Turkish Rose. HEX triplet: 9F, 76 and 7F. RGB value is (159,118,127). Sum of RGB (Red+Green+Blue) = 159+118+127=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F767F is #608980. Grayscale: #838383. Windows color (decimal): -6326657 or 8353439. OLE color: 8353439.

HSL color Cylindrical-coordinate representation of color #9F767F: hue angle of 346.83º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F767F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB159118127-
CMYK00.260.200.38
HSL346.83º17.6%54.31%-
HSV(B)346.83º25.79%62.35%-
XYZ24.6121.8623-
YUV131.28125.58147.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 127 (50% from 255) = 31.44%
R=39.36%
G=29.21%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911812700.260.200.38346.8317.654.31
Hex9F767F01A142615b1236
Octal23716617703224465332266
Binary10011111111011011111110110101010010011010101101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F767F; }

 p { color: rgb(159,118,127); }

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

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

 a { background-color: rgb(159,118,127); }

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

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

 span { border-color: rgb(159,118,127); }

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