#947B80

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

Shades of Venus #947B80

Tints of Venus #947B80

Color information

#947B80 (or 0x947B80) is unknown color: approx Venus. HEX triplet: 94, 7B and 80. RGB value is (148,123,128). Sum of RGB (Red+Green+Blue) = 148+123+128=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B80 is #6B847F. Grayscale: #838383. Windows color (decimal): -7046272 or 8420244. OLE color: 8420244.

HSL color Cylindrical-coordinate representation of color #947B80: hue angle of 348º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947B80 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148123128-
CMYK00.170.140.42
HSL348º10.46%53.14%-
HSV(B)348º16.89%58.04%-
XYZ23.1922.0223.45-
YUV131.04126.28140.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=37.09%
G=30.83%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812312800.170.140.4234810.4653.14
Hex947B80011E2A15ca35
Octal22417320002116525341265
Binary1001010011110111000000001000111101010101010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947B80; }

 p { color: rgb(148,123,128); }

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

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

 a { background-color: rgb(148,123,128); }

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

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

 span { border-color: rgb(148,123,128); }

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