Html Css Color HEX #767249 Go Ben

📋 copy color: '#767249'

red 118 ◦ green 114 ◦ blue 73

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

Shades of Go Ben #767249

Tints of Go Ben #767249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.93%

R = 38.69%
G = 37.38%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#767249 (or 0x767249) is known color: Go Ben. HEX triplet: 76, 72 and 49. RGB value is (118,114,73). Sum of RGB (Red+Green+Blue) = 118+114+73=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #767249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767249 is #898DB6. Grayscale: #6E6E6E. Windows color (decimal): -9014711 or 4813430. OLE color: 4813430.

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

Color convert

RGB 118 114 73 -
CMYK 0 0.03 0.38 0.54
HSL 54.67º 0.24% 0.37% -
HSV(B) 54.67º 0.38% 0.46% -
XYZ 14.69 16.37 8.69 -
YUV 110.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 118 114 73 0 0.03 0.38 0.54 54.67 0.24 0.37
Hex 76 72 49 0 3 26 36 37 18 25
Octal 166 162 111 0 3 46 66 67 30 45
Binary 1110110 1110010 1001001 0 11 100110 110110 110111 11000 100101

Color Harmonies of #767249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767249

Black with #767249

Text Example


Text Example

White with #767249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767249; }

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

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

background-color css

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

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

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

border-color css

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

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

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