Html Css Color HEX #9D7E80 Turkish Rose

📋 copy color: '#9D7E80'

red 157 ◦ green 126 ◦ blue 128

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

Shades of Turkish Rose #9D7E80

Tints of Turkish Rose #9D7E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.66%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 38.2%
G = 30.66%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D7E80 (or 0x9D7E80) is known color: Turkish Rose. HEX triplet: 9D, 7E and 80. RGB value is (157,126,128). Sum of RGB (Red+Green+Blue) = 157+126+128=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7E80 is #62817F. Grayscale: #878787. Windows color (decimal): -6455680 or 8421021. OLE color: 8421021.

HSL color Cylindrical-coordinate representation of color #9D7E80: hue angle of 356.13º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D7E80 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 126 128 -
CMYK 0 0.20 0.18 0.38
HSL 356.13º 0.14% 0.55% -
HSV(B) 356.13º 0.2% 0.62% -
XYZ 25.26 23.65 23.66 -
YUV 135.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 157 126 128 0 0.20 0.18 0.38 356.13 0.14 0.55
Hex 9D 7E 80 0 14 12 26 164 E 37
Octal 235 176 200 0 24 22 46 544 16 67
Binary 10011101 1111110 10000000 0 10100 10010 100110 101100100 1110 110111

Color Harmonies of #9D7E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7E80

Black with #9D7E80

Text Example


Text Example

White with #9D7E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,126,128); }

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

background-color css

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

 a { background-color: rgb(157,126,128); }

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

border-color css

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

 span { border-color: rgb(157,126,128); }

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