Html Css Color HEX #9B7578 Turkish Rose

📋 copy color: '#9B7578'

red 155 ◦ green 117 ◦ blue 120

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

Shades of Turkish Rose #9B7578

Tints of Turkish Rose #9B7578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 39.54%
G = 29.85%
B = 30.61%

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

#9B7578 (or 0x9B7578) is known color: Turkish Rose. HEX triplet: 9B, 75 and 78. RGB value is (155,117,120). Sum of RGB (Red+Green+Blue) = 155+117+120=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7578 is #648A87. Grayscale: #808080. Windows color (decimal): -6589064 or 7894427. OLE color: 7894427.

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

Color convert

RGB 155 117 120 -
CMYK 0 0.25 0.23 0.39
HSL 355.26º 0.16% 0.53% -
HSV(B) 355.26º 0.25% 0.61% -
XYZ 23.27 21.05 20.61 -
YUV 128.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 155 117 120 0 0.25 0.23 0.39 355.26 0.16 0.53
Hex 9B 75 78 0 19 17 27 163 10 35
Octal 233 165 170 0 31 27 47 543 20 65
Binary 10011011 1110101 1111000 0 11001 10111 100111 101100011 10000 110101

Color Harmonies of #9B7578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7578

Black with #9B7578

Text Example


Text Example

White with #9B7578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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