Html Css Color HEX #9D707D Turkish Rose

📋 copy color: '#9D707D'

red 157 ◦ green 112 ◦ blue 125

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

Shades of Turkish Rose #9D707D

Tints of Turkish Rose #9D707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 39.85%
G = 28.43%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D707D (or 0x9D707D) is known color: Turkish Rose. HEX triplet: 9D, 70 and 7D. RGB value is (157,112,125). Sum of RGB (Red+Green+Blue) = 157+112+125=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D707D is #628F82. Grayscale: #7E7E7E. Windows color (decimal): -6459267 or 8220829. OLE color: 8220829.

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

Color convert

RGB 157 112 125 -
CMYK 0 0.29 0.20 0.38
HSL 342.67º 0.19% 0.53% -
HSV(B) 342.67º 0.29% 0.62% -
XYZ 23.4 20.24 22.07 -
YUV 126.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 157 112 125 0 0.29 0.20 0.38 342.67 0.19 0.53
Hex 9D 70 7D 0 1D 14 26 157 13 35
Octal 235 160 175 0 35 24 46 527 23 65
Binary 10011101 1110000 1111101 0 11101 10100 100110 101010111 10011 110101

Color Harmonies of #9D707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D707D

Black with #9D707D

Text Example


Text Example

White with #9D707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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