#758F8A

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

Shades of Gumbo #758F8A

Tints of Gumbo #758F8A

Color information

#758F8A (or 0x758F8A) is unknown color: approx Gumbo. HEX triplet: 75, 8F and 8A. RGB value is (117,143,138). Sum of RGB (Red+Green+Blue) = 117+143+138=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 143 - color contains mainly: green. Hex color #758F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F8A is #8A7075. Grayscale: #868686. Windows color (decimal): -9072758 or 9080693. OLE color: 9080693.

HSL color Cylindrical-coordinate representation of color #758F8A: hue angle of 168.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F8A is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB117143138-
CMYK0.1800.030.44
HSL168.46º10.4%50.98%-
HSV(B)168.46º18.18%56.08%-
XYZ21.7525.2627.77-
YUV134.66129.89115.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=29.40%
G=35.93%
B=34.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171431380.1800.030.44168.4610.450.98
Hex758F8A12032Ca8a33
Octal1652172122203542501263
Binary1110101100011111000101010010011101100101010001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F8A; }

 p { color: rgb(117,143,138); }

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

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

 a { background-color: rgb(117,143,138); }

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

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

 span { border-color: rgb(117,143,138); }

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