#767348

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

Shades of Go Ben #767348

Tints of Go Ben #767348

Color information

#767348 (or 0x767348) is unknown color: approx Go Ben. HEX triplet: 76, 73 and 48. RGB value is (118,115,72). Sum of RGB (Red+Green+Blue) = 118+115+72=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #767348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767348 is #898CB7. Grayscale: #6F6F6F. Windows color (decimal): -9014456 or 4748150. OLE color: 4748150.

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

Color convert

RGB11811572-
CMYK00.030.390.54
HSL56.09º24.21%37.25%-
HSV(B)56.09º38.98%46.27%-
XYZ14.7716.588.55-
YUV110.99105.99133-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=38.69%
G=37.70%
B=23.61%

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
Decimal1181157200.030.390.5456.0924.2137.25
Hex767348032736381825
Octal166163110034766703045
Binary11101101110011100100001110011111011011100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767348; }

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

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

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

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

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

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

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

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