Html Css Color HEX #9B6977 Turkish Rose

📋 copy color: '#9B6977'

red 155 ◦ green 105 ◦ blue 119

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

Shades of Turkish Rose #9B6977

Tints of Turkish Rose #9B6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

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

R = 40.9%
G = 27.7%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B6977 (or 0x9B6977) is known color: Turkish Rose. HEX triplet: 9B, 69 and 77. RGB value is (155,105,119). Sum of RGB (Red+Green+Blue) = 155+105+119=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6977 is #649688. Grayscale: #797979. Windows color (decimal): -6592137 or 7825819. OLE color: 7825819.

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

Color convert

RGB 155 105 119 -
CMYK 0 0.32 0.23 0.39
HSL 343.2º 0.2% 0.51% -
HSV(B) 343.2º 0.32% 0.61% -
XYZ 21.9 18.4 19.85 -
YUV 121.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 155 105 119 0 0.32 0.23 0.39 343.2 0.2 0.51
Hex 9B 69 77 0 20 17 27 157 14 33
Octal 233 151 167 0 40 27 47 527 24 63
Binary 10011011 1101001 1110111 0 100000 10111 100111 101010111 10100 110011

Color Harmonies of #9B6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6977

Black with #9B6977

Text Example


Text Example

White with #9B6977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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