Html Css Color HEX #9B7577 Turkish Rose

📋 copy color: '#9B7577'

red 155 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #9B7577

Tints of Turkish Rose #9B7577

RGB

 RED value IS 155 (60.94% from 255) = 39.64%

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

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

R = 39.64%
G = 29.92%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B7577 (or 0x9B7577) is known color: Turkish Rose. HEX triplet: 9B, 75 and 77. RGB value is (155,117,119). Sum of RGB (Red+Green+Blue) = 155+117+119=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7577 is #648A88. Grayscale: #808080. Windows color (decimal): -6589065 or 7828891. OLE color: 7828891.

HSL color Cylindrical-coordinate representation of color #9B7577: hue angle of 356.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7577 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 119 -
CMYK 0 0.25 0.23 0.39
HSL 356.84º 0.16% 0.53% -
HSV(B) 356.84º 0.25% 0.61% -
XYZ 23.21 21.02 20.29 -
YUV 128.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 155 117 119 0 0.25 0.23 0.39 356.84 0.16 0.53
Hex 9B 75 77 0 19 17 27 165 10 35
Octal 233 165 167 0 31 27 47 545 20 65
Binary 10011011 1110101 1110111 0 11001 10111 100111 101100101 10000 110101

Color Harmonies of #9B7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7577

Black with #9B7577

Text Example


Text Example

White with #9B7577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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