Html Css Color HEX #9B7176 Turkish Rose

📋 copy color: '#9B7176'

red 155 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #9B7176

Tints of Turkish Rose #9B7176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 40.16%
G = 29.27%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B7176 (or 0x9B7176) is known color: Turkish Rose. HEX triplet: 9B, 71 and 76. RGB value is (155,113,118). Sum of RGB (Red+Green+Blue) = 155+113+118=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7176 is #648E89. Grayscale: #7E7E7E. Windows color (decimal): -6590090 or 7762331. OLE color: 7762331.

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

Color convert

RGB 155 113 118 -
CMYK 0 0.27 0.24 0.39
HSL 352.86º 0.17% 0.53% -
HSV(B) 352.86º 0.27% 0.61% -
XYZ 22.69 20.09 19.82 -
YUV 126.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 155 113 118 0 0.27 0.24 0.39 352.86 0.17 0.53
Hex 9B 71 76 0 1B 18 27 161 11 35
Octal 233 161 166 0 33 30 47 541 21 65
Binary 10011011 1110001 1110110 0 11011 11000 100111 101100001 10001 110101

Color Harmonies of #9B7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7176

Black with #9B7176

Text Example


Text Example

White with #9B7176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,118); }

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

background-color css

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

 a { background-color: rgb(155,113,118); }

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

border-color css

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

 span { border-color: rgb(155,113,118); }

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