Html Css Color HEX #766E41 Go Ben

📋 copy color: '#766E41'

red 118 ◦ green 110 ◦ blue 65

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

Shades of Go Ben #766E41

Tints of Go Ben #766E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.54%

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

R = 40.27%
G = 37.54%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#766E41 (or 0x766E41) is known color: Go Ben. HEX triplet: 76, 6E and 41. RGB value is (118,110,65). Sum of RGB (Red+Green+Blue) = 118+110+65=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #766E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E41 is #8991BE. Grayscale: #6B6B6B. Windows color (decimal): -9015743 or 4288118. OLE color: 4288118.

HSL color Cylindrical-coordinate representation of color #766E41: hue angle of 50.94º 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 #766E41 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 65 -
CMYK 0 0.07 0.45 0.54
HSL 50.94º 0.29% 0.36% -
HSV(B) 50.94º 0.45% 0.46% -
XYZ 14 15.39 7.23 -
YUV 107.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 118 110 65 0 0.07 0.45 0.54 50.94 0.29 0.36
Hex 76 6E 41 0 7 2D 36 33 1D 24
Octal 166 156 101 0 7 55 66 63 35 44
Binary 1110110 1101110 1000001 0 111 101101 110110 110011 11101 100100

Color Harmonies of #766E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E41

Black with #766E41

Text Example


Text Example

White with #766E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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