#072728

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

Shades of Swamp #072728

Tints of Swamp #072728

Color information

#072728 (or 0x072728) is unknown color: approx Swamp. HEX triplet: 07, 27 and 28. RGB value is (7,39,40). Sum of RGB (Red+Green+Blue) = 7+39+40=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #072728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072728 is #F8D8D7. Grayscale: #1D1D1D. Windows color (decimal): -16308440 or 2631431. OLE color: 2631431.

HSL color Cylindrical-coordinate representation of color #072728: hue angle of 181.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072728 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB73940-
CMYK0.830.0200.84
HSL181.82º70.21%9.22%-
HSV(B)181.82º82.5%15.69%-
XYZ1.21.652.26-
YUV29.55133.9111.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 39 (15.62% from 255) = 45.35%
BLUE value IS 40 (16.02% from 255) = 46.51%
R=8.14%
G=45.35%
B=46.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal739400.830.0200.84181.8270.219.22
Hex72728532054b6469
Octal747501232012426610611
Binary111100111101000101001110010101001011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072728; }

 p { color: rgb(7,39,40); }

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

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

 a { background-color: rgb(7,39,40); }

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

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

 span { border-color: rgb(7,39,40); }

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