Html Css Color HEX #999788 Dawn

📋 copy color: '#999788'

red 153 ◦ green 151 ◦ blue 136

#999788
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn #999788

Tints of Dawn #999788

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 value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#999788 (or 0x999788) is known color: 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

RGB 153 151 136 -
CMYK 0 0.01 0.11 0.4
HSL 52.94º 0.08% 0.57% -
HSV(B) 52.94º 0.11% 0.6% -
XYZ 28.65 30.68 27.71 -
YUV 149.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 153 151 136 0 0.01 0.11 0.4 52.94 0.08 0.57
Hex 99 97 88 0 1 B 28 35 8 39
Octal 231 227 210 0 1 13 50 65 10 71
Binary 10011001 10010111 10001000 0 1 1011 101000 110101 1000 111001

Color Harmonies of #999788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999788

Black with #999788

Text Example


Text Example

White with #999788

Text Example


Text Example

HTML Codes & Css Web 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>