Html Css Color HEX #9B7477 Turkish Rose

📋 copy color: '#9B7477'

red 155 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #9B7477

Tints of Turkish Rose #9B7477

RGB

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

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

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

R = 39.74%
G = 29.74%
B = 30.51%

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

#9B7477 (or 0x9B7477) is known color: Turkish Rose. HEX triplet: 9B, 74 and 77. RGB value is (155,116,119). Sum of RGB (Red+Green+Blue) = 155+116+119=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7477 is #648B88. Grayscale: #808080. Windows color (decimal): -6589321 or 7828635. OLE color: 7828635.

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

Color convert

RGB 155 116 119 -
CMYK 0 0.25 0.23 0.39
HSL 355.38º 0.16% 0.53% -
HSV(B) 355.38º 0.25% 0.61% -
XYZ 23.09 20.79 20.25 -
YUV 128 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 155 116 119 0 0.25 0.23 0.39 355.38 0.16 0.53
Hex 9B 74 77 0 19 17 27 163 10 35
Octal 233 164 167 0 31 27 47 543 20 65
Binary 10011011 1110100 1110111 0 11001 10111 100111 101100011 10000 110101

Color Harmonies of #9B7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7477

Black with #9B7477

Text Example


Text Example

White with #9B7477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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