#9C767D

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

Shades of Turkish Rose #9C767D

Tints of Turkish Rose #9C767D

Color information

#9C767D (or 0x9C767D) is unknown color: approx Turkish Rose. HEX triplet: 9C, 76 and 7D. RGB value is (156,118,125). Sum of RGB (Red+Green+Blue) = 156+118+125=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C767D is #638982. Grayscale: #828282. Windows color (decimal): -6523267 or 8222364. OLE color: 8222364.

HSL color Cylindrical-coordinate representation of color #9C767D: hue angle of 348.95º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C767D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB156118125-
CMYK00.240.200.39
HSL348.95º16.1%53.73%-
HSV(B)348.95º24.36%61.18%-
XYZ23.8921.5122.29-
YUV130.16125.09146.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=39.10%
G=29.57%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611812500.240.200.39348.9516.153.73
Hex9C767D018142715d1036
Octal23416617503024475352066
Binary10011100111011011111010110001010010011110101110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,125); }

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

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

 a { background-color: rgb(156,118,125); }

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

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

 span { border-color: rgb(156,118,125); }

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