Html Css Color HEX #9D767F Turkish Rose

📋 copy color: '#9D767F'

red 157 ◦ green 118 ◦ blue 127

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

Shades of Turkish Rose #9D767F

Tints of Turkish Rose #9D767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.59%

R = 39.05%
G = 29.35%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D767F (or 0x9D767F) is known color: Turkish Rose. HEX triplet: 9D, 76 and 7F. RGB value is (157,118,127). Sum of RGB (Red+Green+Blue) = 157+118+127=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D767F is #628980. Grayscale: #828282. Windows color (decimal): -6457729 or 8353437. OLE color: 8353437.

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

Color convert

RGB 157 118 127 -
CMYK 0 0.25 0.19 0.38
HSL 346.15º 0.17% 0.54% -
HSV(B) 346.15º 0.25% 0.62% -
XYZ 24.21 21.66 22.98 -
YUV 130.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 157 118 127 0 0.25 0.19 0.38 346.15 0.17 0.54
Hex 9D 76 7F 0 19 13 26 15A 11 36
Octal 235 166 177 0 31 23 46 532 21 66
Binary 10011101 1110110 1111111 0 11001 10011 100110 101011010 10001 110110

Color Harmonies of #9D767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D767F

Black with #9D767F

Text Example


Text Example

White with #9D767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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