#747150

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

Shades of Go Ben #747150

Tints of Go Ben #747150

Color information

#747150 (or 0x747150) is unknown color: approx Go Ben. HEX triplet: 74, 71 and 50. RGB value is (116,113,80). Sum of RGB (Red+Green+Blue) = 116+113+80=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #747150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747150 is #8B8EAF. Grayscale: #6E6E6E. Windows color (decimal): -9146032 or 5271924. OLE color: 5271924.

HSL color Cylindrical-coordinate representation of color #747150: hue angle of 55º 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 #747150 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11611380-
CMYK00.030.310.55
HSL55º18.37%38.43%-
HSV(B)55º31.03%45.49%-
XYZ14.5616.19.93-
YUV110.14110.99132.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=37.54%
G=36.57%
B=25.89%

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
Decimal1161138000.030.310.555518.3738.43
Hex747150031F37371226
Octal164161120033767672246
Binary1110100111000110100000111111111011111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747150; }

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

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

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

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

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

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

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

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