Html Css Color HEX #9E757E Turkish Rose

📋 copy color: '#9E757E'

red 158 ◦ green 117 ◦ blue 126

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

Shades of Turkish Rose #9E757E

Tints of Turkish Rose #9E757E

RGB

 RED value IS 158 (62.11% from 255) = 39.4%

 GREEN value IS 117 (46.09% from 255) = 29.18%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 39.4%
G = 29.18%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E757E (or 0x9E757E) is known color: Turkish Rose. HEX triplet: 9E, 75 and 7E. RGB value is (158,117,126). Sum of RGB (Red+Green+Blue) = 158+117+126=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E757E is #618A81. Grayscale: #828282. Windows color (decimal): -6392450 or 8287646. OLE color: 8287646.

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

Color convert

RGB 158 117 126 -
CMYK 0 0.26 0.20 0.38
HSL 346.83º 0.17% 0.54% -
HSV(B) 346.83º 0.26% 0.62% -
XYZ 24.23 21.5 22.61 -
YUV 130.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 158 117 126 0 0.26 0.20 0.38 346.83 0.17 0.54
Hex 9E 75 7E 0 1A 14 26 15B 11 36
Octal 236 165 176 0 32 24 46 533 21 66
Binary 10011110 1110101 1111110 0 11010 10100 100110 101011011 10001 110110

Color Harmonies of #9E757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E757E

Black with #9E757E

Text Example


Text Example

White with #9E757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,117,126); }

 H1.HeaderClassName
 {
   color: #9E757E;
 }
 .AnyTagClassName
 {
   color: #9E757E;
 }
</style>

background-color css

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

 a { background-color: rgb(158,117,126); }

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

border-color css

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

 span { border-color: rgb(158,117,126); }

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