Html Css Color HEX #767047 Go Ben

📋 copy color: '#767047'

red 118 ◦ green 112 ◦ blue 71

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

Shades of Go Ben #767047

Tints of Go Ben #767047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 39.2%
G = 37.21%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#767047 (or 0x767047) is known color: Go Ben. HEX triplet: 76, 70 and 47. RGB value is (118,112,71). Sum of RGB (Red+Green+Blue) = 118+112+71=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #767047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767047 is #898FB8. Grayscale: #6D6D6D. Windows color (decimal): -9015225 or 4681846. OLE color: 4681846.

HSL color Cylindrical-coordinate representation of color #767047: hue angle of 52.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #767047 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 71 -
CMYK 0 0.05 0.40 0.54
HSL 52.34º 0.25% 0.37% -
HSV(B) 52.34º 0.4% 0.46% -
XYZ 14.4 15.89 8.27 -
YUV 109.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 118 112 71 0 0.05 0.40 0.54 52.34 0.25 0.37
Hex 76 70 47 0 5 28 36 34 19 25
Octal 166 160 107 0 5 50 66 64 31 45
Binary 1110110 1110000 1000111 0 101 101000 110110 110100 11001 100101

Color Harmonies of #767047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767047

Black with #767047

Text Example


Text Example

White with #767047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767047; }

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

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

background-color css

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

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

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

border-color css

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

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

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