Html Css Color HEX #9B7178 Turkish Rose

📋 copy color: '#9B7178'

red 155 ◦ green 113 ◦ blue 120

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

Shades of Turkish Rose #9B7178

Tints of Turkish Rose #9B7178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 39.95%
G = 29.12%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B7178 (or 0x9B7178) is known color: Turkish Rose. HEX triplet: 9B, 71 and 78. RGB value is (155,113,120). Sum of RGB (Red+Green+Blue) = 155+113+120=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7178 is #648E87. Grayscale: #7E7E7E. Windows color (decimal): -6590088 or 7893403. OLE color: 7893403.

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

Color convert

RGB 155 113 120 -
CMYK 0 0.27 0.23 0.39
HSL 350º 0.17% 0.53% -
HSV(B) 350º 0.27% 0.61% -
XYZ 22.81 20.13 20.45 -
YUV 126.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 155 113 120 0 0.27 0.23 0.39 350 0.17 0.53
Hex 9B 71 78 0 1B 17 27 15E 11 35
Octal 233 161 170 0 33 27 47 536 21 65
Binary 10011011 1110001 1111000 0 11011 10111 100111 101011110 10001 110101

Color Harmonies of #9B7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7178

Black with #9B7178

Text Example


Text Example

White with #9B7178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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