Html Css Color HEX #072740 Tangaroa

📋 copy color: '#072740'

red 7 ◦ green 39 ◦ blue 64

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

Shades of Tangaroa #072740

Tints of Tangaroa #072740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.45%

 BLUE value IS 64 (25.39% from 255) = 58.18%

R = 6.36%
G = 35.45%
B = 58.18%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072740 (or 0x072740) is known color: Tangaroa. HEX triplet: 07, 27 and 40. RGB value is (7,39,64). Sum of RGB (Red+Green+Blue) = 7+39+64=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #072740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072740 is #F8D8BF. Grayscale: #202020. Windows color (decimal): -16308416 or 4204295. OLE color: 4204295.

HSL color Cylindrical-coordinate representation of color #072740: hue angle of 206.32º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072740 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 39 64 -
CMYK 0.89 0.39 0 0.75
HSL 206.32º 0.8% 0.14% -
HSV(B) 206.32º 0.89% 0.25% -
XYZ 1.74 1.87 5.12 -
YUV 32.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 7 39 64 0.89 0.39 0 0.75 206.32 0.8 0.14
Hex 7 27 40 59 27 0 4B CE 50 E
Octal 7 47 100 131 47 0 113 316 120 16
Binary 111 100111 1000000 1011001 100111 0 1001011 11001110 1010000 1110

Color Harmonies of #072740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072740

Black with #072740

Text Example


Text Example

White with #072740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072740; }

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

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

background-color css

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

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

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

border-color css

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

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

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