Html Css Color HEX #073840 Cyprus

📋 copy color: '#073840'

red 7 ◦ green 56 ◦ blue 64

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

Shades of Cyprus #073840

Tints of Cyprus #073840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.09%

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

R = 5.51%
G = 44.09%
B = 50.39%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073840 (or 0x073840) is known color: Cyprus. HEX triplet: 07, 38 and 40. RGB value is (7,56,64). Sum of RGB (Red+Green+Blue) = 7+56+64=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #073840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073840 is #F8C7BF. Grayscale: #2A2A2A. Windows color (decimal): -16304064 or 4208647. OLE color: 4208647.

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

Color convert

RGB 7 56 64 -
CMYK 0.89 0.13 0 0.75
HSL 188.42º 0.8% 0.14% -
HSV(B) 188.42º 0.89% 0.25% -
XYZ 2.43 3.24 5.35 -
YUV 42.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 7 56 64 0.89 0.13 0 0.75 188.42 0.8 0.14
Hex 7 38 40 59 D 0 4B BC 50 E
Octal 7 70 100 131 15 0 113 274 120 16
Binary 111 111000 1000000 1011001 1101 0 1001011 10111100 1010000 1110

Color Harmonies of #073840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073840

Black with #073840

Text Example


Text Example

White with #073840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073840; }

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

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

background-color css

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

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

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

border-color css

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

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

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