#9D7781

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

Shades of Turkish Rose #9D7781

Tints of Turkish Rose #9D7781

Color information

#9D7781 (or 0x9D7781) is unknown color: approx Turkish Rose. HEX triplet: 9D, 77 and 81. RGB value is (157,119,129). Sum of RGB (Red+Green+Blue) = 157+119+129=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7781 is #62887E. Grayscale: #838383. Windows color (decimal): -6457471 or 8484765. OLE color: 8484765.

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

Color convert

RGB157119129-
CMYK00.240.180.38
HSL344.21º16.24%54.12%-
HSV(B)344.21º24.2%61.57%-
XYZ24.4621.9523.72-
YUV131.5126.59146.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.77%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=38.77%
G=29.38%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711912900.240.180.38344.2116.2454.12
Hex9D778101812261581036
Octal23516720103022465302066
Binary100111011110111100000010110001001010011010101100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,119,129); }

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

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

 a { background-color: rgb(157,119,129); }

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

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

 span { border-color: rgb(157,119,129); }

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