Html Css Color HEX #767346 Go Ben

📋 copy color: '#767346'

red 118 ◦ green 115 ◦ blue 70

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

Shades of Go Ben #767346

Tints of Go Ben #767346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 38.94%
G = 37.95%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#767346 (or 0x767346) is known color: Go Ben. HEX triplet: 76, 73 and 46. RGB value is (118,115,70). Sum of RGB (Red+Green+Blue) = 118+115+70=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #767346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767346 is #898CB9. Grayscale: #6E6E6E. Windows color (decimal): -9014458 or 4617078. OLE color: 4617078.

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

Color convert

RGB 118 115 70 -
CMYK 0 0.03 0.41 0.54
HSL 56.25º 0.26% 0.37% -
HSV(B) 56.25º 0.41% 0.46% -
XYZ 14.71 16.56 8.21 -
YUV 110.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 118 115 70 0 0.03 0.41 0.54 56.25 0.26 0.37
Hex 76 73 46 0 3 29 36 38 1A 25
Octal 166 163 106 0 3 51 66 70 32 45
Binary 1110110 1110011 1000110 0 11 101001 110110 111000 11010 100101

Color Harmonies of #767346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767346

Black with #767346

Text Example


Text Example

White with #767346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767346; }

 p { color: rgb(118,115,70); }

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

background-color css

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

 a { background-color: rgb(118,115,70); }

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

border-color css

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

 span { border-color: rgb(118,115,70); }

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