Html Css Color HEX #766F40 Go Ben

📋 copy color: '#766F40'

red 118 ◦ green 111 ◦ blue 64

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

Shades of Go Ben #766F40

Tints of Go Ben #766F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 40.27%
G = 37.88%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#766F40 (or 0x766F40) is known color: Go Ben. HEX triplet: 76, 6F and 40. RGB value is (118,111,64). Sum of RGB (Red+Green+Blue) = 118+111+64=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #766F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F40 is #8990BF. Grayscale: #6B6B6B. Windows color (decimal): -9015488 or 4222838. OLE color: 4222838.

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

Color convert

RGB 118 111 64 -
CMYK 0 0.06 0.46 0.54
HSL 52.22º 0.3% 0.36% -
HSV(B) 52.22º 0.46% 0.46% -
XYZ 14.08 15.59 7.12 -
YUV 107.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 118 111 64 0 0.06 0.46 0.54 52.22 0.3 0.36
Hex 76 6F 40 0 6 2E 36 34 1E 24
Octal 166 157 100 0 6 56 66 64 36 44
Binary 1110110 1101111 1000000 0 110 101110 110110 110100 11110 100100

Color Harmonies of #766F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F40

Black with #766F40

Text Example


Text Example

White with #766F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,64); }

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

background-color css

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

 a { background-color: rgb(118,111,64); }

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

border-color css

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

 span { border-color: rgb(118,111,64); }

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