#9D767D

Color #9D767D Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9D767D

Tints of Turkish Rose #9D767D

Color information

#9D767D (or 0x9D767D) is unknown color: approx Turkish Rose. HEX triplet: 9D, 76 and 7D. RGB value is (157,118,125). Sum of RGB (Red+Green+Blue) = 157+118+125=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D767D is #628982. Grayscale: #828282. Windows color (decimal): -6457731 or 8222365. OLE color: 8222365.

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

Color convert

RGB157118125-
CMYK00.250.200.38
HSL349.23º16.6%53.92%-
HSV(B)349.23º24.84%61.57%-
XYZ24.0821.6122.3-
YUV130.46124.92146.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.25%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=39.25%
G=29.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711812500.250.200.38349.2316.653.92
Hex9D767D019142615d1136
Octal23516617503124465352166
Binary10011101111011011111010110011010010011010101110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D767D;
 }
 .AnyTagClassName
 {
   color: #9D767D;
 }
</style>
background-color css

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

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

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

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

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

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