Html Css Color HEX #9D7075 Turkish Rose

📋 copy color: '#9D7075'

red 157 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #9D7075

Tints of Turkish Rose #9D7075

RGB

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

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

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

R = 40.67%
G = 29.02%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D7075 (or 0x9D7075) is known color: Turkish Rose. HEX triplet: 9D, 70 and 75. RGB value is (157,112,117). Sum of RGB (Red+Green+Blue) = 157+112+117=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7075 is #628F8A. Grayscale: #7E7E7E. Windows color (decimal): -6459275 or 7696541. OLE color: 7696541.

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

Color convert

RGB 157 112 117 -
CMYK 0 0.29 0.25 0.38
HSL 353.33º 0.19% 0.53% -
HSV(B) 353.33º 0.29% 0.62% -
XYZ 22.91 20.04 19.49 -
YUV 126.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 157 112 117 0 0.29 0.25 0.38 353.33 0.19 0.53
Hex 9D 70 75 0 1D 19 26 161 13 35
Octal 235 160 165 0 35 31 46 541 23 65
Binary 10011101 1110000 1110101 0 11101 11001 100110 101100001 10011 110101

Color Harmonies of #9D7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7075

Black with #9D7075

Text Example


Text Example

White with #9D7075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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