#758583

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

Shades of Gumbo #758583

Tints of Gumbo #758583

Color information

#758583 (or 0x758583) is unknown color: approx Gumbo. HEX triplet: 75, 85 and 83. RGB value is (117,133,131). Sum of RGB (Red+Green+Blue) = 117+133+131=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #758583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758583 is #8A7A7C. Grayscale: #7F7F7F. Windows color (decimal): -9075325 or 8619381. OLE color: 8619381.

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

Color convert

RGB117133131-
CMYK0.1200.020.48
HSL172.5º6.4%49.02%-
HSV(B)172.5º12.03%52.16%-
XYZ19.8222.224.71-
YUV127.99129.7120.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=30.71%
G=34.91%
B=34.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331310.1200.020.48172.56.449.02
Hex758583C0230ac631
Octal165205203140260254661
Binary11101011000010110000011110001011000010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758583; }

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

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

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

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

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

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

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

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