#768683

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

Shades of Gumbo #768683

Tints of Gumbo #768683

Color information

#768683 (or 0x768683) is unknown color: approx Gumbo. HEX triplet: 76, 86 and 83. RGB value is (118,134,131). Sum of RGB (Red+Green+Blue) = 118+134+131=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #768683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768683 is #89797C. Grayscale: #808080. Windows color (decimal): -9009533 or 8619638. OLE color: 8619638.

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

Color convert

RGB118134131-
CMYK0.1200.020.47
HSL168.75º6.35%49.41%-
HSV(B)168.75º11.94%52.55%-
XYZ20.0922.5424.76-
YUV128.87129.2120.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=30.81%
G=34.99%
B=34.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341310.1200.020.47168.756.3549.41
Hex768683C022Fa9631
Octal166206203140257251661
Binary11101101000011010000011110001010111110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768683; }

 p { color: rgb(118,134,131); }

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

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

 a { background-color: rgb(118,134,131); }

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

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

 span { border-color: rgb(118,134,131); }

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