#758783

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

Shades of Gumbo #758783

Tints of Gumbo #758783

Color information

#758783 (or 0x758783) is unknown color: approx Gumbo. HEX triplet: 75, 87 and 83. RGB value is (117,135,131). Sum of RGB (Red+Green+Blue) = 117+135+131=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 135 - color contains mainly: green. Hex color #758783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758783 is #8A787C. Grayscale: #818181. Windows color (decimal): -9074813 or 8619893. OLE color: 8619893.

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

Color convert

RGB117135131-
CMYK0.1300.030.47
HSL166.67º7.14%49.41%-
HSV(B)166.67º13.33%52.94%-
XYZ20.122.7524.8-
YUV129.16129.04119.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=30.55%
G=35.25%
B=34.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171351310.1300.030.47166.677.1449.41
Hex758783D032Fa7731
Octal165207203150357247761
Binary11101011000011110000011110101110111110100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758783; }

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

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

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

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

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

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

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

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