Html Css Color HEX #9D7680 Turkish Rose

📋 copy color: '#9D7680'

red 157 ◦ green 118 ◦ blue 128

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

Shades of Turkish Rose #9D7680

Tints of Turkish Rose #9D7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

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

R = 38.96%
G = 29.28%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D7680 (or 0x9D7680) is known color: Turkish Rose. HEX triplet: 9D, 76 and 80. RGB value is (157,118,128). Sum of RGB (Red+Green+Blue) = 157+118+128=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7680 is #62897F. Grayscale: #828282. Windows color (decimal): -6457728 or 8418973. OLE color: 8418973.

HSL color Cylindrical-coordinate representation of color #9D7680: hue angle of 344.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D7680 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 118 128 -
CMYK 0 0.25 0.18 0.38
HSL 344.62º 0.17% 0.54% -
HSV(B) 344.62º 0.25% 0.62% -
XYZ 24.28 21.68 23.33 -
YUV 130.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 157 118 128 0 0.25 0.18 0.38 344.62 0.17 0.54
Hex 9D 76 80 0 19 12 26 159 11 36
Octal 235 166 200 0 31 22 46 531 21 66
Binary 10011101 1110110 10000000 0 11001 10010 100110 101011001 10001 110110

Color Harmonies of #9D7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7680

Black with #9D7680

Text Example


Text Example

White with #9D7680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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