Html Css Color HEX #9F7377 Turkish Rose

📋 copy color: '#9F7377'

red 159 ◦ green 115 ◦ blue 119

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

Shades of Turkish Rose #9F7377

Tints of Turkish Rose #9F7377

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 115 (45.31% from 255) = 29.26%

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

R = 40.46%
G = 29.26%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F7377 (or 0x9F7377) is known color: Turkish Rose. HEX triplet: 9F, 73 and 77. RGB value is (159,115,119). Sum of RGB (Red+Green+Blue) = 159+115+119=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7377 is #608C88. Grayscale: #808080. Windows color (decimal): -6327433 or 7828383. OLE color: 7828383.

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

Color convert

RGB 159 115 119 -
CMYK 0 0.28 0.25 0.38
HSL 354.55º 0.19% 0.54% -
HSV(B) 354.55º 0.28% 0.62% -
XYZ 23.76 20.96 20.25 -
YUV 128.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 159 115 119 0 0.28 0.25 0.38 354.55 0.19 0.54
Hex 9F 73 77 0 1C 19 26 163 13 36
Octal 237 163 167 0 34 31 46 543 23 66
Binary 10011111 1110011 1110111 0 11100 11001 100110 101100011 10011 110110

Color Harmonies of #9F7377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7377

Black with #9F7377

Text Example


Text Example

White with #9F7377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,115,119); }

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

background-color css

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

 a { background-color: rgb(159,115,119); }

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

border-color css

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

 span { border-color: rgb(159,115,119); }

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