Html Css Color HEX #767241 Go Ben

📋 copy color: '#767241'

red 118 ◦ green 114 ◦ blue 65

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

Shades of Go Ben #767241

Tints of Go Ben #767241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 39.73%
G = 38.38%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#767241 (or 0x767241) is known color: Go Ben. HEX triplet: 76, 72 and 41. RGB value is (118,114,65). Sum of RGB (Red+Green+Blue) = 118+114+65=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #767241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767241 is #898DBE. Grayscale: #6D6D6D. Windows color (decimal): -9014719 or 4289142. OLE color: 4289142.

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

Color convert

RGB 118 114 65 -
CMYK 0 0.03 0.45 0.54
HSL 55.47º 0.29% 0.36% -
HSV(B) 55.47º 0.45% 0.46% -
XYZ 14.44 16.27 7.38 -
YUV 109.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 118 114 65 0 0.03 0.45 0.54 55.47 0.29 0.36
Hex 76 72 41 0 3 2D 36 37 1D 24
Octal 166 162 101 0 3 55 66 67 35 44
Binary 1110110 1110010 1000001 0 11 101101 110110 110111 11101 100100

Color Harmonies of #767241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767241

Black with #767241

Text Example


Text Example

White with #767241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767241; }

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

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

background-color css

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

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

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

border-color css

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

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

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