Html Css Color HEX #9B7072 Turkish Rose

📋 copy color: '#9B7072'

red 155 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #9B7072

Tints of Turkish Rose #9B7072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 40.68%
G = 29.4%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B7072 (or 0x9B7072) is known color: Turkish Rose. HEX triplet: 9B, 70 and 72. RGB value is (155,112,114). Sum of RGB (Red+Green+Blue) = 155+112+114=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7072 is #648F8D. Grayscale: #7D7D7D. Windows color (decimal): -6590350 or 7499931. OLE color: 7499931.

HSL color Cylindrical-coordinate representation of color #9B7072: hue angle of 357.21º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7072 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 114 -
CMYK 0 0.28 0.26 0.39
HSL 357.21º 0.18% 0.52% -
HSV(B) 357.21º 0.28% 0.61% -
XYZ 22.35 19.77 18.56 -
YUV 125.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 155 112 114 0 0.28 0.26 0.39 357.21 0.18 0.52
Hex 9B 70 72 0 1C 1A 27 165 12 34
Octal 233 160 162 0 34 32 47 545 22 64
Binary 10011011 1110000 1110010 0 11100 11010 100111 101100101 10010 110100

Color Harmonies of #9B7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7072

Black with #9B7072

Text Example


Text Example

White with #9B7072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,114); }

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

background-color css

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

 a { background-color: rgb(155,112,114); }

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

border-color css

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

 span { border-color: rgb(155,112,114); }

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