Html Css Color HEX #766E3E Go Ben

📋 copy color: '#766E3E'

red 118 ◦ green 110 ◦ blue 62

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

Shades of Go Ben #766E3E

Tints of Go Ben #766E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 40.69%
G = 37.93%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#766E3E (or 0x766E3E) is known color: Go Ben. HEX triplet: 76, 6E and 3E. RGB value is (118,110,62). Sum of RGB (Red+Green+Blue) = 118+110+62=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E3E is #8991C1. Grayscale: #6B6B6B. Windows color (decimal): -9015746 or 4091510. OLE color: 4091510.

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

Color convert

RGB 118 110 62 -
CMYK 0 0.07 0.47 0.54
HSL 51.43º 0.31% 0.35% -
HSV(B) 51.43º 0.47% 0.46% -
XYZ 13.92 15.35 6.79 -
YUV 106.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 118 110 62 0 0.07 0.47 0.54 51.43 0.31 0.35
Hex 76 6E 3E 0 7 2F 36 33 1F 23
Octal 166 156 76 0 7 57 66 63 37 43
Binary 1110110 1101110 111110 0 111 101111 110110 110011 11111 100011

Color Harmonies of #766E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E3E

Black with #766E3E

Text Example


Text Example

White with #766E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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