#948788

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

Shades of Venus #948788

Tints of Venus #948788

Color information

#948788 (or 0x948788) is unknown color: approx Venus. HEX triplet: 94, 87 and 88. RGB value is (148,135,136). Sum of RGB (Red+Green+Blue) = 148+135+136=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948788 is #6B7877. Grayscale: #8B8B8B. Windows color (decimal): -7043192 or 8947604. OLE color: 8947604.

HSL color Cylindrical-coordinate representation of color #948788: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948788 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148135136-
CMYK00.090.080.42
HSL355.38º5.73%55.49%-
HSV(B)355.38º8.78%58.04%-
XYZ25.3225.426.86-
YUV139126.31134.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=35.32%
G=32.22%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813513600.090.080.42355.385.7355.49
Hex9487880982A163637
Octal2242072100111052543667
Binary100101001000011110001000010011000101010101100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948788; }

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

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

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

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

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

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

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

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