#668784

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

Shades of Gumbo #668784

Tints of Gumbo #668784

Color information

#668784 (or 0x668784) is unknown color: approx Gumbo. HEX triplet: 66, 87 and 84. RGB value is (102,135,132). Sum of RGB (Red+Green+Blue) = 102+135+132=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #668784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668784 is #99787B. Grayscale: #7C7C7C. Windows color (decimal): -10057852 or 8685414. OLE color: 8685414.

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

Color convert

RGB102135132-
CMYK0.2400.020.47
HSL174.55º13.92%46.47%-
HSV(B)174.55º24.44%52.94%-
XYZ18.3121.8225.08-
YUV124.79132.07111.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=27.64%
G=36.59%
B=35.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351320.2400.020.47174.5513.9246.47
Hex66878418022Fafe2e
Octal1462072043002572571656
Binary1100110100001111000010011000010101111101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668784; }

 p { color: rgb(102,135,132); }

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

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

 a { background-color: rgb(102,135,132); }

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

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

 span { border-color: rgb(102,135,132); }

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