#777252

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

Shades of Go Ben #777252

Tints of Go Ben #777252

Color information

#777252 (or 0x777252) is unknown color: approx Go Ben. HEX triplet: 77, 72 and 52. RGB value is (119,114,82). Sum of RGB (Red+Green+Blue) = 119+114+82=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #777252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777252 is #888DAD. Grayscale: #6F6F6F. Windows color (decimal): -8949166 or 5403255. OLE color: 5403255.

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

Color convert

RGB11911482-
CMYK00.040.310.53
HSL51.89º18.41%39.41%-
HSV(B)51.89º31.09%46.67%-
XYZ15.1516.5710.38-
YUV111.85111.16133.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=37.78%
G=36.19%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191148200.040.310.5351.8918.4139.41
Hex777252041F35341227
Octal167162122043765642247
Binary11101111110010101001001001111111010111010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777252; }

 p { color: rgb(119,114,82); }

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

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

 a { background-color: rgb(119,114,82); }

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

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

 span { border-color: rgb(119,114,82); }

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