Html Css Color HEX #9E7275 Turkish Rose

📋 copy color: '#9E7275'

red 158 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #9E7275

Tints of Turkish Rose #9E7275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 40.62%
G = 29.31%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E7275 (or 0x9E7275) is known color: Turkish Rose. HEX triplet: 9E, 72 and 75. RGB value is (158,114,117). Sum of RGB (Red+Green+Blue) = 158+114+117=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7275 is #618D8A. Grayscale: #7F7F7F. Windows color (decimal): -6393227 or 7697054. OLE color: 7697054.

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

Color convert

RGB 158 114 117 -
CMYK 0 0.28 0.26 0.38
HSL 355.91º 0.18% 0.53% -
HSV(B) 355.91º 0.28% 0.62% -
XYZ 23.33 20.59 19.57 -
YUV 127.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 158 114 117 0 0.28 0.26 0.38 355.91 0.18 0.53
Hex 9E 72 75 0 1C 1A 26 164 12 35
Octal 236 162 165 0 34 32 46 544 22 65
Binary 10011110 1110010 1110101 0 11100 11010 100110 101100100 10010 110101

Color Harmonies of #9E7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7275

Black with #9E7275

Text Example


Text Example

White with #9E7275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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