Html Css Color HEX #073740 Nordic

📋 copy color: '#073740'

red 7 ◦ green 55 ◦ blue 64

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

Shades of Nordic #073740

Tints of Nordic #073740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

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

R = 5.56%
G = 43.65%
B = 50.79%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073740 (or 0x073740) is known color: Nordic. HEX triplet: 07, 37 and 40. RGB value is (7,55,64). Sum of RGB (Red+Green+Blue) = 7+55+64=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #073740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073740 is #F8C8BF. Grayscale: #292929. Windows color (decimal): -16304320 or 4208391. OLE color: 4208391.

HSL color Cylindrical-coordinate representation of color #073740: hue angle of 189.47º 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 #073740 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 55 64 -
CMYK 0.89 0.14 0 0.75
HSL 189.47º 0.8% 0.14% -
HSV(B) 189.47º 0.89% 0.25% -
XYZ 2.38 3.15 5.33 -
YUV 41.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 7 55 64 0.89 0.14 0 0.75 189.47 0.8 0.14
Hex 7 37 40 59 E 0 4B BD 50 E
Octal 7 67 100 131 16 0 113 275 120 16
Binary 111 110111 1000000 1011001 1110 0 1001011 10111101 1010000 1110

Color Harmonies of #073740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073740

Black with #073740

Text Example


Text Example

White with #073740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073740; }

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

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

background-color css

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

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

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

border-color css

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

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

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