Html Css Color HEX #767141 Go Ben

📋 copy color: '#767141'

red 118 ◦ green 113 ◦ blue 65

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

Shades of Go Ben #767141

Tints of Go Ben #767141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 39.86%
G = 38.18%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#767141 (or 0x767141) is known color: Go Ben. HEX triplet: 76, 71 and 41. RGB value is (118,113,65). Sum of RGB (Red+Green+Blue) = 118+113+65=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #767141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767141 is #898EBE. Grayscale: #6D6D6D. Windows color (decimal): -9014975 or 4288886. OLE color: 4288886.

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

Color convert

RGB 118 113 65 -
CMYK 0 0.04 0.45 0.54
HSL 54.34º 0.29% 0.36% -
HSV(B) 54.34º 0.45% 0.46% -
XYZ 14.33 16.04 7.34 -
YUV 109.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 118 113 65 0 0.04 0.45 0.54 54.34 0.29 0.36
Hex 76 71 41 0 4 2D 36 36 1D 24
Octal 166 161 101 0 4 55 66 66 35 44
Binary 1110110 1110001 1000001 0 100 101101 110110 110110 11101 100100

Color Harmonies of #767141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767141

Black with #767141

Text Example


Text Example

White with #767141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767141; }

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

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

background-color css

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

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

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

border-color css

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

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

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