#99727B

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

Shades of Turkish Rose #99727B

Tints of Turkish Rose #99727B

Color information

#99727B (or 0x99727B) is unknown color: approx Turkish Rose. HEX triplet: 99, 72 and 7B. RGB value is (153,114,123). Sum of RGB (Red+Green+Blue) = 153+114+123=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99727B is #668D84. Grayscale: #7E7E7E. Windows color (decimal): -6720901 or 8090265. OLE color: 8090265.

HSL color Cylindrical-coordinate representation of color #99727B: hue angle of 346.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99727B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153114123-
CMYK00.250.200.4
HSL346.15º16.05%52.35%-
HSV(B)346.15º25.49%60%-
XYZ22.7320.2421.45-
YUV126.69125.92146.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=39.23%
G=29.23%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311412300.250.200.4346.1516.0552.35
Hex99727B019142815a1034
Octal23116217303124505322064
Binary10011001111001011110110110011010010100010101101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99727B; }

 p { color: rgb(153,114,123); }

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

<style>
 a { background-color: #99727B; }

 a { background-color: rgb(153,114,123); }

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

<style>
 span { border-color: #99727B; }

 span { border-color: rgb(153,114,123); }

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