#767448

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

Shades of Go Ben #767448

Tints of Go Ben #767448

Color information

#767448 (or 0x767448) is unknown color: approx Go Ben. HEX triplet: 76, 74 and 48. RGB value is (118,116,72). Sum of RGB (Red+Green+Blue) = 118+116+72=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #767448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767448 is #898BB7. Grayscale: #6F6F6F. Windows color (decimal): -9014200 or 4748406. OLE color: 4748406.

HSL color Cylindrical-coordinate representation of color #767448: hue angle of 57.39º 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 #767448 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB11811672-
CMYK00.020.390.54
HSL57.39º24.21%37.25%-
HSV(B)57.39º38.98%46.27%-
XYZ14.8916.818.59-
YUV111.58105.66132.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=38.56%
G=37.91%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181167200.020.390.5457.3924.2137.25
Hex767448022736391825
Octal166164110024766713045
Binary11101101110100100100001010011111011011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767448; }

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

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

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

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

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

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

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

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