#9E767B

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

Shades of Turkish Rose #9E767B

Tints of Turkish Rose #9E767B

Color information

#9E767B (or 0x9E767B) is unknown color: approx Turkish Rose. HEX triplet: 9E, 76 and 7B. RGB value is (158,118,123). Sum of RGB (Red+Green+Blue) = 158+118+123=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E767B is #618984. Grayscale: #828282. Windows color (decimal): -6392197 or 8091294. OLE color: 8091294.

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

Color convert

RGB158118123-
CMYK00.250.220.38
HSL352.5º17.09%54.12%-
HSV(B)352.5º25.32%61.96%-
XYZ24.1521.6621.65-
YUV130.53123.75147.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=39.60%
G=29.57%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811812300.250.220.38352.517.0954.12
Hex9E767B01916261601136
Octal23616617303126465402166
Binary10011110111011011110110110011011010011010110000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,118,123); }

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

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

 a { background-color: rgb(158,118,123); }

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

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

 span { border-color: rgb(158,118,123); }

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