Html Css Color HEX #9E6A77 Turkish Rose

📋 copy color: '#9E6A77'

red 158 ◦ green 106 ◦ blue 119

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

Shades of Turkish Rose #9E6A77

Tints of Turkish Rose #9E6A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 41.25%
G = 27.68%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E6A77 (or 0x9E6A77) is known color: Turkish Rose. HEX triplet: 9E, 6A and 77. RGB value is (158,106,119). Sum of RGB (Red+Green+Blue) = 158+106+119=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A77 is #619588. Grayscale: #7B7B7B. Windows color (decimal): -6395273 or 7826078. OLE color: 7826078.

HSL color Cylindrical-coordinate representation of color #9E6A77: hue angle of 345º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E6A77 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 106 119 -
CMYK 0 0.33 0.25 0.38
HSL 345º 0.21% 0.52% -
HSV(B) 345º 0.33% 0.62% -
XYZ 22.58 18.91 19.91 -
YUV 123.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 158 106 119 0 0.33 0.25 0.38 345 0.21 0.52
Hex 9E 6A 77 0 21 19 26 159 15 34
Octal 236 152 167 0 41 31 46 531 25 64
Binary 10011110 1101010 1110111 0 100001 11001 100110 101011001 10101 110100

Color Harmonies of #9E6A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6A77

Black with #9E6A77

Text Example


Text Example

White with #9E6A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,106,119); }

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

background-color css

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

 a { background-color: rgb(158,106,119); }

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

border-color css

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

 span { border-color: rgb(158,106,119); }

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