Html Css Color HEX #9E737A Turkish Rose

📋 copy color: '#9E737A'

red 158 ◦ green 115 ◦ blue 122

#9E737A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9E737A

Tints of Turkish Rose #9E737A

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 value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E737A (or 0x9E737A) is known color: 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

RGB 158 115 122 -
CMYK 0 0.27 0.23 0.38
HSL 350.23º 0.18% 0.54% -
HSV(B) 350.23º 0.27% 0.62% -
XYZ 23.74 20.94 21.2 -
YUV 128.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 158 115 122 0 0.27 0.23 0.38 350.23 0.18 0.54
Hex 9E 73 7A 0 1B 17 26 15E 12 36
Octal 236 163 172 0 33 27 46 536 22 66
Binary 10011110 1110011 1111010 0 11011 10111 100110 101011110 10010 110110

Color Harmonies of #9E737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E737A

Black with #9E737A

Text Example


Text Example

White with #9E737A

Text Example


Text Example

HTML Codes & Css Web 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>