#918788

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

Shades of Venus #918788

Tints of Venus #918788

Color information

#918788 (or 0x918788) is unknown color: approx Venus. HEX triplet: 91, 87 and 88. RGB value is (145,135,136). Sum of RGB (Red+Green+Blue) = 145+135+136=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 145 - color contains mainly: red. Hex color #918788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918788 is #6E7877. Grayscale: #8A8A8A. Windows color (decimal): -7239800 or 8947601. OLE color: 8947601.

HSL color Cylindrical-coordinate representation of color #918788: hue angle of 354º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #918788 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145135136-
CMYK00.070.060.43
HSL354º4.35%54.9%-
HSV(B)354º6.9%56.86%-
XYZ24.7825.1326.84-
YUV138.1126.81132.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=34.86%
G=32.45%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513513600.070.060.433544.3554.9
Hex9187880762B162437
Octal22120721007653542467
Binary1001000110000111100010000111110101011101100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918788; }

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

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

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

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

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

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

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

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