Html Css Color HEX #9B737C Turkish Rose

📋 copy color: '#9B737C'

red 155 ◦ green 115 ◦ blue 124

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

Shades of Turkish Rose #9B737C

Tints of Turkish Rose #9B737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 39.34%
G = 29.19%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B737C (or 0x9B737C) is known color: Turkish Rose. HEX triplet: 9B, 73 and 7C. RGB value is (155,115,124). Sum of RGB (Red+Green+Blue) = 155+115+124=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B737C is #648C83. Grayscale: #7F7F7F. Windows color (decimal): -6589572 or 8156059. OLE color: 8156059.

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

Color convert

RGB 155 115 124 -
CMYK 0 0.26 0.2 0.39
HSL 346.5º 0.17% 0.53% -
HSV(B) 346.5º 0.26% 0.61% -
XYZ 23.29 20.69 21.83 -
YUV 127.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 155 115 124 0 0.26 0.2 0.39 346.5 0.17 0.53
Hex 9B 73 7C 0 1A 14 27 15A 11 35
Octal 233 163 174 0 32 24 47 532 21 65
Binary 10011011 1110011 1111100 0 11010 10100 100111 101011010 10001 110101

Color Harmonies of #9B737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B737C

Black with #9B737C

Text Example


Text Example

White with #9B737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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