#9C737A

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

Shades of Turkish Rose #9C737A

Tints of Turkish Rose #9C737A

Color information

#9C737A (or 0x9C737A) is unknown color: approx Turkish Rose. HEX triplet: 9C, 73 and 7A. RGB value is (156,115,122). Sum of RGB (Red+Green+Blue) = 156+115+122=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C737A is #638C85. Grayscale: #808080. Windows color (decimal): -6524038 or 8024988. OLE color: 8024988.

HSL color Cylindrical-coordinate representation of color #9C737A: hue angle of 349.76º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C737A is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB156115122-
CMYK00.260.220.39
HSL349.76º17.15%53.14%-
HSV(B)349.76º26.28%61.18%-
XYZ23.3520.7321.18-
YUV128.06124.58147.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=39.69%
G=29.26%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611512200.260.220.39349.7617.1553.14
Hex9C737A01A162715e1135
Octal23416317203226475362165
Binary10011100111001111110100110101011010011110101111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,115,122); }

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

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

 a { background-color: rgb(156,115,122); }

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

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

 span { border-color: rgb(156,115,122); }

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