#747050

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

Shades of Go Ben #747050

Tints of Go Ben #747050

Color information

#747050 (or 0x747050) is unknown color: approx Go Ben. HEX triplet: 74, 70 and 50. RGB value is (116,112,80). Sum of RGB (Red+Green+Blue) = 116+112+80=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #747050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747050 is #8B8FAF. Grayscale: #6D6D6D. Windows color (decimal): -9146288 or 5271668. OLE color: 5271668.

HSL color Cylindrical-coordinate representation of color #747050: hue angle of 53.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747050 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11611280-
CMYK00.030.310.55
HSL53.33º18.37%38.43%-
HSV(B)53.33º31.03%45.49%-
XYZ14.4415.889.89-
YUV109.55111.33132.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=37.66%
G=36.36%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161128000.030.310.5553.3318.3738.43
Hex747050031F37351226
Octal164160120033767652246
Binary1110100111000010100000111111111011111010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747050; }

 p { color: rgb(116,112,80); }

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

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

 a { background-color: rgb(116,112,80); }

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

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

 span { border-color: rgb(116,112,80); }

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