Html Css Color HEX #766E3C Go Ben

📋 copy color: '#766E3C'

red 118 ◦ green 110 ◦ blue 60

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

Shades of Go Ben #766E3C

Tints of Go Ben #766E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 40.97%
G = 38.19%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#766E3C (or 0x766E3C) is known color: Go Ben. HEX triplet: 76, 6E and 3C. RGB value is (118,110,60). Sum of RGB (Red+Green+Blue) = 118+110+60=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E3C is #8991C3. Grayscale: #6A6A6A. Windows color (decimal): -9015748 or 3960438. OLE color: 3960438.

HSL color Cylindrical-coordinate representation of color #766E3C: hue angle of 51.72º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766E3C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 60 -
CMYK 0 0.07 0.49 0.54
HSL 51.72º 0.33% 0.35% -
HSV(B) 51.72º 0.49% 0.46% -
XYZ 13.86 15.33 6.5 -
YUV 106.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 118 110 60 0 0.07 0.49 0.54 51.72 0.33 0.35
Hex 76 6E 3C 0 7 31 36 34 21 23
Octal 166 156 74 0 7 61 66 64 41 43
Binary 1110110 1101110 111100 0 111 110001 110110 110100 100001 100011

Color Harmonies of #766E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E3C

Black with #766E3C

Text Example


Text Example

White with #766E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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