#767242

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

Shades of Go Ben #767242

Tints of Go Ben #767242

Color information

#767242 (or 0x767242) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 42. RGB value is (118,114,66). Sum of RGB (Red+Green+Blue) = 118+114+66=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #767242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767242 is #898DBD. Grayscale: #6D6D6D. Windows color (decimal): -9014718 or 4354678. OLE color: 4354678.

HSL color Cylindrical-coordinate representation of color #767242: hue angle of 55.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767242 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB11811466-
CMYK00.030.440.54
HSL55.38º28.26%36.08%-
HSV(B)55.38º44.07%46.27%-
XYZ14.4716.287.53-
YUV109.72103.33133.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=39.60%
G=38.26%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181146600.030.440.5455.3828.2636.08
Hex767242032C36371c24
Octal166162102035466673444
Binary11101101110010100001001110110011011011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767242; }

 p { color: rgb(118,114,66); }

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

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

 a { background-color: rgb(118,114,66); }

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

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

 span { border-color: rgb(118,114,66); }

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