#787252

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

Shades of Go Ben #787252

Tints of Go Ben #787252

Color information

#787252 (or 0x787252) is unknown color: approx Go Ben. HEX triplet: 78, 72 and 52. RGB value is (120,114,82). Sum of RGB (Red+Green+Blue) = 120+114+82=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #787252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787252 is #878DAD. Grayscale: #707070. Windows color (decimal): -8883630 or 5403256. OLE color: 5403256.

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

Color convert

RGB12011482-
CMYK00.050.320.53
HSL50.53º18.81%39.61%-
HSV(B)50.53º31.67%47.06%-
XYZ15.2916.6410.39-
YUV112.15110.99133.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=37.97%
G=36.08%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201148200.050.320.5350.5318.8139.61
Hex787252052035331328
Octal170162122054065632350
Binary111100011100101010010010110000011010111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787252; }

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

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

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

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

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

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

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

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