#678782

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

Shades of Gumbo #678782

Tints of Gumbo #678782

Color information

#678782 (or 0x678782) is unknown color: approx Gumbo. HEX triplet: 67, 87 and 82. RGB value is (103,135,130). Sum of RGB (Red+Green+Blue) = 103+135+130=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #678782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678782 is #98787D. Grayscale: #7C7C7C. Windows color (decimal): -9992318 or 8554343. OLE color: 8554343.

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

Color convert

RGB103135130-
CMYK0.2400.040.47
HSL170.62º13.45%46.67%-
HSV(B)170.62º23.7%52.94%-
XYZ18.2921.8224.37-
YUV124.86130.9112.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.99%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=27.99%
G=36.68%
B=35.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031351300.2400.040.47170.6213.4546.67
Hex67878218042Fabd2f
Octal1472072023004572531557
Binary11001111000011110000010110000100101111101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678782; }

 p { color: rgb(103,135,130); }

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

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

 a { background-color: rgb(103,135,130); }

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

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

 span { border-color: rgb(103,135,130); }

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