#776E3E

Color #776E3E Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #776E3E

Tints of Go Ben #776E3E

Color information

#776E3E (or 0x776E3E) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 3E. RGB value is (119,110,62). Sum of RGB (Red+Green+Blue) = 119+110+62=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E3E is #8891C1. Grayscale: #6B6B6B. Windows color (decimal): -8950210 or 4091511. OLE color: 4091511.

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

Color convert

RGB11911062-
CMYK00.080.480.53
HSL50.53º31.49%35.49%-
HSV(B)50.53º47.9%46.67%-
XYZ14.0515.426.79-
YUV107.22102.48136.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=40.89%
G=37.80%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191106200.080.480.5350.5331.4935.49
Hex776E3E083035331f23
Octal167156760106065633743
Binary111011111011101111100100011000011010111001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #776E3E;
 }
 .AnyTagClassName
 {
   color: #776E3E;
 }
</style>
background-color css

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

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

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

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

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

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