Html Css Color HEX #9B7375 Turkish Rose

📋 copy color: '#9B7375'

red 155 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #9B7375

Tints of Turkish Rose #9B7375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 40.05%
G = 29.72%
B = 30.23%

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

#9B7375 (or 0x9B7375) is known color: Turkish Rose. HEX triplet: 9B, 73 and 75. RGB value is (155,115,117). Sum of RGB (Red+Green+Blue) = 155+115+117=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7375 is #648C8A. Grayscale: #7F7F7F. Windows color (decimal): -6589579 or 7697307. OLE color: 7697307.

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

Color convert

RGB 155 115 117 -
CMYK 0 0.26 0.25 0.39
HSL 357º 0.17% 0.53% -
HSV(B) 357º 0.26% 0.61% -
XYZ 22.86 20.51 19.58 -
YUV 127.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 155 115 117 0 0.26 0.25 0.39 357 0.17 0.53
Hex 9B 73 75 0 1A 19 27 165 11 35
Octal 233 163 165 0 32 31 47 545 21 65
Binary 10011011 1110011 1110101 0 11010 11001 100111 101100101 10001 110101

Color Harmonies of #9B7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7375

Black with #9B7375

Text Example


Text Example

White with #9B7375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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