#79704B

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

Shades of Go Ben #79704B

Tints of Go Ben #79704B

Color information

#79704B (or 0x79704B) is unknown color: approx Go Ben. HEX triplet: 79, 70 and 4B. RGB value is (121,112,75). Sum of RGB (Red+Green+Blue) = 121+112+75=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #79704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79704B is #868FB4. Grayscale: #6E6E6E. Windows color (decimal): -8818613 or 4943993. OLE color: 4943993.

HSL color Cylindrical-coordinate representation of color #79704B: hue angle of 48.26º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79704B is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB12111275-
CMYK00.070.380.53
HSL48.26º23.47%38.43%-
HSV(B)48.26º38.02%47.45%-
XYZ14.9516.168.99-
YUV110.47107.98135.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=39.29%
G=36.36%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211127500.070.380.5348.2623.4738.43
Hex79704B072635301726
Octal171160113074665602746
Binary111100111100001001011011110011011010111000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79704B; }

 p { color: rgb(121,112,75); }

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

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

 a { background-color: rgb(121,112,75); }

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

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

 span { border-color: rgb(121,112,75); }

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