#9F767A

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

Shades of Turkish Rose #9F767A

Tints of Turkish Rose #9F767A

Color information

#9F767A (or 0x9F767A) is unknown color: approx Turkish Rose. HEX triplet: 9F, 76 and 7A. RGB value is (159,118,122). Sum of RGB (Red+Green+Blue) = 159+118+122=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F767A is #608985. Grayscale: #828282. Windows color (decimal): -6326662 or 8025759. OLE color: 8025759.

HSL color Cylindrical-coordinate representation of color #9F767A: hue angle of 354.15º 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 #9F767A is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB159118122-
CMYK00.260.230.38
HSL354.15º17.6%54.31%-
HSV(B)354.15º25.79%62.35%-
XYZ24.2921.7321.33-
YUV130.71123.08148.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=39.85%
G=29.57%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911812200.260.230.38354.1517.654.31
Hex9F767A01A17261621236
Octal23716617203227465422266
Binary10011111111011011110100110101011110011010110001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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