Html Css Color HEX #9B7374 Turkish Rose

📋 copy color: '#9B7374'

red 155 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #9B7374

Tints of Turkish Rose #9B7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 40.16%
G = 29.79%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B7374 (or 0x9B7374) is known color: Turkish Rose. HEX triplet: 9B, 73 and 74. RGB value is (155,115,116). Sum of RGB (Red+Green+Blue) = 155+115+116=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7374 is #648C8B. Grayscale: #7F7F7F. Windows color (decimal): -6589580 or 7631771. OLE color: 7631771.

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

Color convert

RGB 155 115 116 -
CMYK 0 0.26 0.25 0.39
HSL 358.5º 0.17% 0.53% -
HSV(B) 358.5º 0.26% 0.61% -
XYZ 22.8 20.49 19.28 -
YUV 127.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 155 115 116 0 0.26 0.25 0.39 358.5 0.17 0.53
Hex 9B 73 74 0 1A 19 27 166 11 35
Octal 233 163 164 0 32 31 47 546 21 65
Binary 10011011 1110011 1110100 0 11010 11001 100111 101100110 10001 110101

Color Harmonies of #9B7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7374

Black with #9B7374

Text Example


Text Example

White with #9B7374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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