Html Css Color HEX #767046 Go Ben

📋 copy color: '#767046'

red 118 ◦ green 112 ◦ blue 70

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

Shades of Go Ben #767046

Tints of Go Ben #767046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

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

R = 39.33%
G = 37.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#767046 (or 0x767046) is known color: Go Ben. HEX triplet: 76, 70 and 46. RGB value is (118,112,70). Sum of RGB (Red+Green+Blue) = 118+112+70=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #767046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767046 is #898FB9. Grayscale: #6D6D6D. Windows color (decimal): -9015226 or 4616310. OLE color: 4616310.

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

Color convert

RGB 118 112 70 -
CMYK 0 0.05 0.41 0.54
HSL 52.5º 0.26% 0.37% -
HSV(B) 52.5º 0.41% 0.46% -
XYZ 14.37 15.88 8.1 -
YUV 109.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 118 112 70 0 0.05 0.41 0.54 52.5 0.26 0.37
Hex 76 70 46 0 5 29 36 34 1A 25
Octal 166 160 106 0 5 51 66 64 32 45
Binary 1110110 1110000 1000110 0 101 101001 110110 110100 11010 100101

Color Harmonies of #767046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767046

Black with #767046

Text Example


Text Example

White with #767046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767046; }

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

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

background-color css

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

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

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

border-color css

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

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

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