#74704C

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

Shades of Go Ben #74704C

Tints of Go Ben #74704C

Color information

#74704C (or 0x74704C) is unknown color: approx Go Ben. HEX triplet: 74, 70 and 4C. RGB value is (116,112,76). Sum of RGB (Red+Green+Blue) = 116+112+76=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74704C is #8B8FB3. Grayscale: #6D6D6D. Windows color (decimal): -9146292 or 5009524. OLE color: 5009524.

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

Color convert

RGB11611276-
CMYK00.030.340.55
HSL54º20.83%37.65%-
HSV(B)54º34.48%45.49%-
XYZ14.315.829.14-
YUV109.09109.33132.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 76 (30.08% from 255) = 25%
R=38.16%
G=36.84%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161127600.030.340.555420.8337.65
Hex74704C032237361526
Octal164160114034267662546
Binary11101001110000100110001110001011011111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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