#74704A

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

Shades of Go Ben #74704A

Tints of Go Ben #74704A

Color information

#74704A (or 0x74704A) is unknown color: approx Go Ben. HEX triplet: 74, 70 and 4A. RGB value is (116,112,74). Sum of RGB (Red+Green+Blue) = 116+112+74=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #74704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74704A is #8B8FB5. Grayscale: #6D6D6D. Windows color (decimal): -9146294 or 4878452. OLE color: 4878452.

HSL color Cylindrical-coordinate representation of color #74704A: hue angle of 54.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74704A is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB11611274-
CMYK00.030.360.55
HSL54.29º22.11%37.25%-
HSV(B)54.29º36.21%45.49%-
XYZ14.2315.88.78-
YUV108.86108.33133.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=38.41%
G=37.09%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161127400.030.360.5554.2922.1137.25
Hex74704A032437361625
Octal164160112034467662645
Binary11101001110000100101001110010011011111011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74704A; }

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

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

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

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

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

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

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

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