#767248

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

Shades of Go Ben #767248

Tints of Go Ben #767248

Color information

#767248 (or 0x767248) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 48. RGB value is (118,114,72). Sum of RGB (Red+Green+Blue) = 118+114+72=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #767248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767248 is #898DB7. Grayscale: #6E6E6E. Windows color (decimal): -9014712 or 4747894. OLE color: 4747894.

HSL color Cylindrical-coordinate representation of color #767248: hue angle of 54.78º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767248 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB11811472-
CMYK00.030.390.54
HSL54.78º24.21%37.25%-
HSV(B)54.78º38.98%46.27%-
XYZ14.6616.358.51-
YUV110.41106.33133.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=38.82%
G=37.5%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181147200.030.390.5454.7824.2137.25
Hex767248032736371825
Octal166162110034766673045
Binary11101101110010100100001110011111011011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767248; }

 p { color: rgb(118,114,72); }

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

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

 a { background-color: rgb(118,114,72); }

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

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

 span { border-color: rgb(118,114,72); }

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