#9E737A

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

Shades of Turkish Rose #9E737A

Tints of Turkish Rose #9E737A

Color information

#9E737A (or 0x9E737A) is unknown color: approx Turkish Rose. HEX triplet: 9E, 73 and 7A. RGB value is (158,115,122). Sum of RGB (Red+Green+Blue) = 158+115+122=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E737A is #618C85. Grayscale: #808080. Windows color (decimal): -6392966 or 8024990. OLE color: 8024990.

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

Color convert

RGB158115122-
CMYK00.270.230.38
HSL350.23º18.14%53.53%-
HSV(B)350.23º27.22%61.96%-
XYZ23.7420.9421.2-
YUV128.65124.25148.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=40%
G=29.11%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811512200.270.230.38350.2318.1453.53
Hex9E737A01B172615e1236
Octal23616317203327465362266
Binary10011110111001111110100110111011110011010101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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