Html Css Color HEX #9D7072 Turkish Rose

📋 copy color: '#9D7072'

red 157 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #9D7072

Tints of Turkish Rose #9D7072

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

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

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

R = 40.99%
G = 29.24%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D7072 (or 0x9D7072) is known color: Turkish Rose. HEX triplet: 9D, 70 and 72. RGB value is (157,112,114). Sum of RGB (Red+Green+Blue) = 157+112+114=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7072 is #628F8D. Grayscale: #7D7D7D. Windows color (decimal): -6459278 or 7499933. OLE color: 7499933.

HSL color Cylindrical-coordinate representation of color #9D7072: hue angle of 357.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D7072 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 112 114 -
CMYK 0 0.29 0.27 0.38
HSL 357.33º 0.19% 0.53% -
HSV(B) 357.33º 0.29% 0.62% -
XYZ 22.74 19.97 18.58 -
YUV 125.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 157 112 114 0 0.29 0.27 0.38 357.33 0.19 0.53
Hex 9D 70 72 0 1D 1B 26 165 13 35
Octal 235 160 162 0 35 33 46 545 23 65
Binary 10011101 1110000 1110010 0 11101 11011 100110 101100101 10011 110101

Color Harmonies of #9D7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7072

Black with #9D7072

Text Example


Text Example

White with #9D7072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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