Html Css Color HEX #9B7279 Turkish Rose

📋 copy color: '#9B7279'

red 155 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #9B7279

Tints of Turkish Rose #9B7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 39.74%
G = 29.23%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B7279 (or 0x9B7279) is known color: Turkish Rose. HEX triplet: 9B, 72 and 79. RGB value is (155,114,121). Sum of RGB (Red+Green+Blue) = 155+114+121=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7279 is #648D86. Grayscale: #7F7F7F. Windows color (decimal): -6589831 or 7959195. OLE color: 7959195.

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

Color convert

RGB 155 114 121 -
CMYK 0 0.26 0.22 0.39
HSL 349.76º 0.17% 0.53% -
HSV(B) 349.76º 0.26% 0.61% -
XYZ 22.99 20.38 20.81 -
YUV 127.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 155 114 121 0 0.26 0.22 0.39 349.76 0.17 0.53
Hex 9B 72 79 0 1A 16 27 15E 11 35
Octal 233 162 171 0 32 26 47 536 21 65
Binary 10011011 1110010 1111001 0 11010 10110 100111 101011110 10001 110101

Color Harmonies of #9B7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7279

Black with #9B7279

Text Example


Text Example

White with #9B7279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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