Html Css Color HEX #9D7577 Turkish Rose

📋 copy color: '#9D7577'

red 157 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #9D7577

Tints of Turkish Rose #9D7577

RGB

 RED value IS 157 (61.72% from 255) = 39.95%

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

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

R = 39.95%
G = 29.77%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D7577 (or 0x9D7577) is known color: Turkish Rose. HEX triplet: 9D, 75 and 77. RGB value is (157,117,119). Sum of RGB (Red+Green+Blue) = 157+117+119=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7577 is #628A88. Grayscale: #818181. Windows color (decimal): -6457993 or 7828893. OLE color: 7828893.

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

Color convert

RGB 157 117 119 -
CMYK 0 0.25 0.24 0.38
HSL 357º 0.17% 0.54% -
HSV(B) 357º 0.25% 0.62% -
XYZ 23.6 21.22 20.31 -
YUV 129.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 157 117 119 0 0.25 0.24 0.38 357 0.17 0.54
Hex 9D 75 77 0 19 18 26 165 11 36
Octal 235 165 167 0 31 30 46 545 21 66
Binary 10011101 1110101 1110111 0 11001 11000 100110 101100101 10001 110110

Color Harmonies of #9D7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7577

Black with #9D7577

Text Example


Text Example

White with #9D7577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,119); }

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

background-color css

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

 a { background-color: rgb(157,117,119); }

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

border-color css

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

 span { border-color: rgb(157,117,119); }

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