Html Css Color HEX #072525 Swamp

📋 copy color: '#072525'

red 7 ◦ green 37 ◦ blue 37

#072525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #072525

Tints of Swamp #072525

RGB

 RED value IS 7 (3.13% from 255) = 8.64%

 GREEN value IS 37 (14.84% from 255) = 45.68%

 BLUE value IS 37 (14.84% from 255) = 45.68%

R = 8.64%
G = 45.68%
B = 45.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#072525 (or 0x072525) is known color: Swamp. HEX triplet: 07, 25 and 25. RGB value is (7,37,37). Sum of RGB (Red+Green+Blue) = 7+37+37=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #072525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072525 is #F8DADA. Grayscale: #1C1C1C. Windows color (decimal): -16308955 or 2434311. OLE color: 2434311.

HSL color Cylindrical-coordinate representation of color #072525: hue angle of 180º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072525 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 37 -
CMYK 0.81 0 0 0.85
HSL 180º 0.68% 0.09% -
HSV(B) 180º 0.81% 0.15% -
XYZ 1.08 1.5 1.98 -
YUV 28.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 7 37 37 0.81 0 0 0.85 180 0.68 0.09
Hex 7 25 25 51 0 0 55 B4 44 9
Octal 7 45 45 121 0 0 125 264 104 11
Binary 111 100101 100101 1010001 0 0 1010101 10110100 1000100 1001

Color Harmonies of #072525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072525

Black with #072525

Text Example


Text Example

White with #072525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072525; }

 p { color: rgb(7,37,37); }

 H1.HeaderClassName
 {
   color: #072525;
 }
 .AnyTagClassName
 {
   color: #072525;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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