Html Css Color HEX #9B7479 Turkish Rose

📋 copy color: '#9B7479'

red 155 ◦ green 116 ◦ blue 121

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

Shades of Turkish Rose #9B7479

Tints of Turkish Rose #9B7479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.59%

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 39.54%
G = 29.59%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B7479 (or 0x9B7479) is known color: Turkish Rose. HEX triplet: 9B, 74 and 79. RGB value is (155,116,121). Sum of RGB (Red+Green+Blue) = 155+116+121=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7479 is #648B86. Grayscale: #808080. Windows color (decimal): -6589319 or 7959707. OLE color: 7959707.

HSL color Cylindrical-coordinate representation of color #9B7479: hue angle of 352.31º 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 #9B7479 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 121 -
CMYK 0 0.25 0.22 0.39
HSL 352.31º 0.16% 0.53% -
HSV(B) 352.31º 0.25% 0.61% -
XYZ 23.21 20.84 20.89 -
YUV 128.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 155 116 121 0 0.25 0.22 0.39 352.31 0.16 0.53
Hex 9B 74 79 0 19 16 27 160 10 35
Octal 233 164 171 0 31 26 47 540 20 65
Binary 10011011 1110100 1111001 0 11001 10110 100111 101100000 10000 110101

Color Harmonies of #9B7479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7479

Black with #9B7479

Text Example


Text Example

White with #9B7479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,116,121); }

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

background-color css

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

 a { background-color: rgb(155,116,121); }

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

border-color css

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

 span { border-color: rgb(155,116,121); }

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