#908788

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

Shades of Venus #908788

Tints of Venus #908788

Color information

#908788 (or 0x908788) is unknown color: approx Venus. HEX triplet: 90, 87 and 88. RGB value is (144,135,136). Sum of RGB (Red+Green+Blue) = 144+135+136=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #908788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908788 is #6F7877. Grayscale: #898989. Windows color (decimal): -7305336 or 8947600. OLE color: 8947600.

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

Color convert

RGB144135136-
CMYK00.060.060.44
HSL353.33º3.9%54.71%-
HSV(B)353.33º6.25%56.47%-
XYZ24.6125.0326.83-
YUV137.8126.98132.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=34.70%
G=32.53%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413513600.060.060.44353.333.954.71
Hex9087880662C161437
Octal22020721006654541467
Binary1001000010000111100010000110110101100101100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908788; }

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

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

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

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

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

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

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

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