#072743

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

Shades of Tangaroa #072743

Tints of Tangaroa #072743

Color information

#072743 (or 0x072743) is unknown color: approx Tangaroa. HEX triplet: 07, 27 and 43. RGB value is (7,39,67). Sum of RGB (Red+Green+Blue) = 7+39+67=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 67 (26.56% from 255 or 59.29% from 113); Max value from RGB is 67 - color contains mainly: blue. Hex color #072743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072743 is #F8D8BC. Grayscale: #202020. Windows color (decimal): -16308413 or 4400903. OLE color: 4400903.

HSL color Cylindrical-coordinate representation of color #072743: hue angle of 208º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072743 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB73967-
CMYK0.900.4200.74
HSL208º81.08%14.51%-
HSV(B)208º89.55%26.27%-
XYZ1.831.95.58-
YUV32.62147.4109.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 67 (26.56% from 255) = 59.29%
R=6.19%
G=34.51%
B=59.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal739670.900.4200.7420881.0814.51
Hex727435A2A04Ad051f
Octal74710313252011232012117
Binary11110011110000111011010101010010010101101000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072743; }

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

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

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

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

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

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

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

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