#999788

Color #999788 Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn #999788

Tints of Dawn #999788

Color information

#999788 (or 0x999788) is unknown color: approx Dawn. HEX triplet: 99, 97 and 88. RGB value is (153,151,136). Sum of RGB (Red+Green+Blue) = 153+151+136=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 153 - color contains mainly: red. Hex color #999788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999788 is #666877. Grayscale: #959595. Windows color (decimal): -6711416 or 8951705. OLE color: 8951705.

HSL color Cylindrical-coordinate representation of color #999788: hue angle of 52.94º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999788 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB153151136-
CMYK00.010.110.4
HSL52.94º7.69%56.67%-
HSV(B)52.94º11.11%60%-
XYZ28.6530.6827.71-
YUV149.89120.16130.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=34.77%
G=34.32%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315113600.010.110.452.947.6956.67
Hex99978801B2835839
Octal231227210011350651071
Binary1001100110010111100010000110111010001101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999788; }

 p { color: rgb(153,151,136); }

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

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

 a { background-color: rgb(153,151,136); }

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

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

 span { border-color: rgb(153,151,136); }

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