#77734B

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

Shades of Go Ben #77734B

Tints of Go Ben #77734B

Color information

#77734B (or 0x77734B) is unknown color: approx Go Ben. HEX triplet: 77, 73 and 4B. RGB value is (119,115,75). Sum of RGB (Red+Green+Blue) = 119+115+75=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #77734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77734B is #888CB4. Grayscale: #6F6F6F. Windows color (decimal): -8948917 or 4944759. OLE color: 4944759.

HSL color Cylindrical-coordinate representation of color #77734B: hue angle of 54.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77734B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB11911575-
CMYK00.030.370.53
HSL54.55º22.68%38.04%-
HSV(B)54.55º36.97%46.67%-
XYZ15.0116.699.09-
YUV111.64107.33133.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=38.51%
G=37.22%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191157500.030.370.5354.5522.6838.04
Hex77734B032535371726
Octal167163113034565672746
Binary11101111110011100101101110010111010111011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77734B; }

 p { color: rgb(119,115,75); }

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

<style>
 a { background-color: #77734B; }

 a { background-color: rgb(119,115,75); }

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

<style>
 span { border-color: #77734B; }

 span { border-color: rgb(119,115,75); }

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