Html Css Color HEX #9D7074 Turkish Rose

📋 copy color: '#9D7074'

red 157 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #9D7074

Tints of Turkish Rose #9D7074

RGB

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

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

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

R = 40.78%
G = 29.09%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D7074 (or 0x9D7074) is known color: Turkish Rose. HEX triplet: 9D, 70 and 74. RGB value is (157,112,116). Sum of RGB (Red+Green+Blue) = 157+112+116=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7074 is #628F8B. Grayscale: #7D7D7D. Windows color (decimal): -6459276 or 7631005. OLE color: 7631005.

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

Color convert

RGB 157 112 116 -
CMYK 0 0.29 0.26 0.38
HSL 354.67º 0.19% 0.53% -
HSV(B) 354.67º 0.29% 0.62% -
XYZ 22.85 20.02 19.18 -
YUV 125.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 157 112 116 0 0.29 0.26 0.38 354.67 0.19 0.53
Hex 9D 70 74 0 1D 1A 26 163 13 35
Octal 235 160 164 0 35 32 46 543 23 65
Binary 10011101 1110000 1110100 0 11101 11010 100110 101100011 10011 110101

Color Harmonies of #9D7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7074

Black with #9D7074

Text Example


Text Example

White with #9D7074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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