Html Css Color HEX #767247 Go Ben

📋 copy color: '#767247'

red 118 ◦ green 114 ◦ blue 71

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

Shades of Go Ben #767247

Tints of Go Ben #767247

RGB

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

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

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

R = 38.94%
G = 37.62%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#767247 (or 0x767247) is known color: Go Ben. HEX triplet: 76, 72 and 47. RGB value is (118,114,71). Sum of RGB (Red+Green+Blue) = 118+114+71=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #767247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767247 is #898DB8. Grayscale: #6E6E6E. Windows color (decimal): -9014713 or 4682358. OLE color: 4682358.

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

Color convert

RGB 118 114 71 -
CMYK 0 0.03 0.40 0.54
HSL 54.89º 0.25% 0.37% -
HSV(B) 54.89º 0.4% 0.46% -
XYZ 14.63 16.34 8.34 -
YUV 110.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 118 114 71 0 0.03 0.40 0.54 54.89 0.25 0.37
Hex 76 72 47 0 3 28 36 37 19 25
Octal 166 162 107 0 3 50 66 67 31 45
Binary 1110110 1110010 1000111 0 11 101000 110110 110111 11001 100101

Color Harmonies of #767247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767247

Black with #767247

Text Example


Text Example

White with #767247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767247; }

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

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

background-color css

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

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

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

border-color css

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

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

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