#748783

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

Shades of Gumbo #748783

Tints of Gumbo #748783

Color information

#748783 (or 0x748783) is unknown color: approx Gumbo. HEX triplet: 74, 87 and 83. RGB value is (116,135,131). Sum of RGB (Red+Green+Blue) = 116+135+131=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #748783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748783 is #8B787C. Grayscale: #808080. Windows color (decimal): -9140349 or 8619892. OLE color: 8619892.

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

Color convert

RGB116135131-
CMYK0.1400.030.47
HSL167.37º7.57%49.22%-
HSV(B)167.37º14.07%52.94%-
XYZ19.9622.6824.8-
YUV128.86129.21118.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=30.37%
G=35.34%
B=34.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161351310.1400.030.47167.377.5749.22
Hex748783E032Fa7831
Octal1642072031603572471061
Binary111010010000111100000111110011101111101001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748783; }

 p { color: rgb(116,135,131); }

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

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

 a { background-color: rgb(116,135,131); }

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

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

 span { border-color: rgb(116,135,131); }

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