#7B8E8A

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

Shades of Gumbo #7B8E8A

Tints of Gumbo #7B8E8A

Color information

#7B8E8A (or 0x7B8E8A) is unknown color: approx Gumbo. HEX triplet: 7B, 8E and 8A. RGB value is (123,142,138). Sum of RGB (Red+Green+Blue) = 123+142+138=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 142 - color contains mainly: green. Hex color #7B8E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8E8A is #847175. Grayscale: #878787. Windows color (decimal): -8679798 or 9080443. OLE color: 9080443.

HSL color Cylindrical-coordinate representation of color #7B8E8A: hue angle of 167.37º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B8E8A is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB123142138-
CMYK0.1300.030.44
HSL167.37º7.76%51.96%-
HSV(B)167.37º13.38%55.69%-
XYZ22.4325.3927.76-
YUV135.86129.21118.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=30.52%
G=35.24%
B=34.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231421380.1300.030.44167.377.7651.96
Hex7B8E8AD032Ca7834
Octal1732162121503542471064
Binary111101110001110100010101101011101100101001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B8E8A; }

 p { color: rgb(123,142,138); }

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

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

 a { background-color: rgb(123,142,138); }

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

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

 span { border-color: rgb(123,142,138); }

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