#73857F

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

Shades of Gumbo #73857F

Tints of Gumbo #73857F

Color information

#73857F (or 0x73857F) is unknown color: approx Gumbo. HEX triplet: 73, 85 and 7F. RGB value is (115,133,127). Sum of RGB (Red+Green+Blue) = 115+133+127=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #73857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73857F is #8C7A80. Grayscale: #7E7E7E. Windows color (decimal): -9206401 or 8357235. OLE color: 8357235.

HSL color Cylindrical-coordinate representation of color #73857F: hue angle of 160º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73857F is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB115133127-
CMYK0.1400.050.48
HSL160º7.26%48.63%-
HSV(B)160º13.53%52.16%-
XYZ19.2921.9523.3-
YUV126.93128.04119.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 127 (50% from 255) = 33.87%
R=30.67%
G=35.47%
B=33.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151331270.1400.050.481607.2648.63
Hex73857FE0530a0731
Octal163205177160560240761
Binary11100111000010111111111110010111000010100000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73857F; }

 p { color: rgb(115,133,127); }

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

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

 a { background-color: rgb(115,133,127); }

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

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

 span { border-color: rgb(115,133,127); }

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