#919787

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

Shades of Delta #919787

Tints of Delta #919787

Color information

#919787 (or 0x919787) is unknown color: approx Delta. HEX triplet: 91, 97 and 87. RGB value is (145,151,135). Sum of RGB (Red+Green+Blue) = 145+151+135=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 151 - color contains mainly: green. Hex color #919787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919787 is #6E6878. Grayscale: #939393. Windows color (decimal): -7235705 or 8886161. OLE color: 8886161.

HSL color Cylindrical-coordinate representation of color #919787: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #919787 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB145151135-
CMYK0.0400.110.41
HSL82.5º7.14%56.08%-
HSV(B)82.5º10.6%59.22%-
XYZ27.1229.927.26-
YUV147.38121.01126.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=33.64%
G=35.03%
B=31.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511350.0400.110.4182.57.1456.08
Hex91978740B2952738
Octal221227207401351122770
Binary100100011001011110000111100010111010011010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919787; }

 p { color: rgb(145,151,135); }

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

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

 a { background-color: rgb(145,151,135); }

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

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

 span { border-color: rgb(145,151,135); }

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