#748680

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

Shades of Gumbo #748680

Tints of Gumbo #748680

Color information

#748680 (or 0x748680) is unknown color: approx Gumbo. HEX triplet: 74, 86 and 80. RGB value is (116,134,128). Sum of RGB (Red+Green+Blue) = 116+134+128=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #748680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748680 is #8B797F. Grayscale: #7F7F7F. Windows color (decimal): -9140608 or 8423028. OLE color: 8423028.

HSL color Cylindrical-coordinate representation of color #748680: hue angle of 160º 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 #748680 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB116134128-
CMYK0.1300.040.47
HSL160º7.2%49.02%-
HSV(B)160º13.43%52.55%-
XYZ19.6222.3223.7-
YUV127.93128.04119.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=30.69%
G=35.45%
B=33.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161341280.1300.040.471607.249.02
Hex748680D042Fa0731
Octal164206200150457240761
Binary111010010000110100000001101010010111110100000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748680; }

 p { color: rgb(116,134,128); }

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

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

 a { background-color: rgb(116,134,128); }

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

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

 span { border-color: rgb(116,134,128); }

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