#77713f

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

Shades of Go Ben #77713F

Tints of Go Ben #77713F

Color information

#77713F (or 0x77713F) is unknown color: approx Go Ben. HEX triplet: 77, 71 and 3F. RGB value is (119,113,63). Sum of RGB (Red+Green+Blue) = 119+113+63=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77713F is #888EC0. Grayscale: #6D6D6D. Windows color (decimal): -8949441 or 4157815. OLE color: 4157815.

HSL color Cylindrical-coordinate representation of color #77713F: hue angle of 53.57º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77713F is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB11911363-
CMYK00.050.470.53
HSL53.57º30.77%35.69%-
HSV(B)53.57º47.06%46.67%-
XYZ14.4116.097.05-
YUV109.09101.99135.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 63 (25% from 255) = 21.36%
R=40.34%
G=38.31%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191136300.050.470.5353.5730.7735.69
Hex77713F052F35361f24
Octal16716177055765663744
Binary11101111110001111111010110111111010111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77713f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77713f; }

 p { color: rgb(119,113,63); }

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

<style>
 a { background-color: #77713f; }

 a { background-color: rgb(119,113,63); }

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

<style>
 span { border-color: #77713f; }

 span { border-color: rgb(119,113,63); }

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