#9E727A

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

Shades of Turkish Rose #9E727A

Tints of Turkish Rose #9E727A

Color information

#9E727A (or 0x9E727A) is unknown color: approx Turkish Rose. HEX triplet: 9E, 72 and 7A. RGB value is (158,114,122). Sum of RGB (Red+Green+Blue) = 158+114+122=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 158 - color contains mainly: red. Hex color #9E727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E727A is #618D85. Grayscale: #808080. Windows color (decimal): -6393222 or 8024734. OLE color: 8024734.

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

Color convert

RGB158114122-
CMYK00.280.230.38
HSL349.09º18.49%53.33%-
HSV(B)349.09º27.85%61.96%-
XYZ23.6320.7121.16-
YUV128.07124.58149.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.10%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=40.10%
G=28.93%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811412200.280.230.38349.0918.4953.33
Hex9E727A01C172615d1235
Octal23616217203427465352265
Binary10011110111001011110100111001011110011010101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,122); }

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

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

 a { background-color: rgb(158,114,122); }

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

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

 span { border-color: rgb(158,114,122); }

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