Html Css Color HEX #767246 Go Ben

📋 copy color: '#767246'

red 118 ◦ green 114 ◦ blue 70

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

Shades of Go Ben #767246

Tints of Go Ben #767246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 39.07%
G = 37.75%
B = 23.18%

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

#767246 (or 0x767246) is known color: Go Ben. HEX triplet: 76, 72 and 46. RGB value is (118,114,70). Sum of RGB (Red+Green+Blue) = 118+114+70=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #767246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767246 is #898DB9. Grayscale: #6E6E6E. Windows color (decimal): -9014714 or 4616822. OLE color: 4616822.

HSL color Cylindrical-coordinate representation of color #767246: hue angle of 55º 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 #767246 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 70 -
CMYK 0 0.03 0.41 0.54
HSL 55º 0.26% 0.37% -
HSV(B) 55º 0.41% 0.46% -
XYZ 14.59 16.33 8.18 -
YUV 110.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 118 114 70 0 0.03 0.41 0.54 55 0.26 0.37
Hex 76 72 46 0 3 29 36 37 1A 25
Octal 166 162 106 0 3 51 66 67 32 45
Binary 1110110 1110010 1000110 0 11 101001 110110 110111 11010 100101

Color Harmonies of #767246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767246

Black with #767246

Text Example


Text Example

White with #767246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767246; }

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

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

background-color css

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

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

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

border-color css

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

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

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