Html Css Color HEX #767140 Go Ben

📋 copy color: '#767140'

red 118 ◦ green 113 ◦ blue 64

#767140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Go Ben #767140

Tints of Go Ben #767140

RGB

 RED value IS 118 (46.48% from 255) = 40%

 GREEN value IS 113 (44.53% from 255) = 38.31%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 40%
G = 38.31%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#767140 (or 0x767140) is known color: Go Ben. HEX triplet: 76, 71 and 40. RGB value is (118,113,64). Sum of RGB (Red+Green+Blue) = 118+113+64=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #767140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767140 is #898EBF. Grayscale: #6D6D6D. Windows color (decimal): -9014976 or 4223350. OLE color: 4223350.

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

Color convert

RGB 118 113 64 -
CMYK 0 0.04 0.46 0.54
HSL 54.44º 0.3% 0.36% -
HSV(B) 54.44º 0.46% 0.46% -
XYZ 14.3 16.03 7.19 -
YUV 108.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 118 113 64 0 0.04 0.46 0.54 54.44 0.3 0.36
Hex 76 71 40 0 4 2E 36 36 1E 24
Octal 166 161 100 0 4 56 66 66 36 44
Binary 1110110 1110001 1000000 0 100 101110 110110 110110 11110 100100

Color Harmonies of #767140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767140

Black with #767140

Text Example


Text Example

White with #767140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767140; }

 p { color: rgb(118,113,64); }

 H1.HeaderClassName
 {
   color: #767140;
 }
 .AnyTagClassName
 {
   color: #767140;
 }
</style>

background-color css

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

 a { background-color: rgb(118,113,64); }

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

border-color css

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

 span { border-color: rgb(118,113,64); }

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