#9E7781

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

Shades of Turkish Rose #9E7781

Tints of Turkish Rose #9E7781

Color information

#9E7781 (or 0x9E7781) is unknown color: approx Turkish Rose. HEX triplet: 9E, 77 and 81. RGB value is (158,119,129). Sum of RGB (Red+Green+Blue) = 158+119+129=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7781 is #61887E. Grayscale: #838383. Windows color (decimal): -6391935 or 8484766. OLE color: 8484766.

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

Color convert

RGB158119129-
CMYK00.250.180.38
HSL344.62º16.74%54.31%-
HSV(B)344.62º24.68%61.96%-
XYZ24.6622.0523.72-
YUV131.8126.42146.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.92%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=38.92%
G=29.31%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811912900.250.180.38344.6216.7454.31
Hex9E778101912261591136
Octal23616720103122465312166
Binary100111101110111100000010110011001010011010101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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