Html Css Color HEX #074443 Cyprus

📋 copy color: '#074443'

red 7 ◦ green 68 ◦ blue 67

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

Shades of Cyprus #074443

Tints of Cyprus #074443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.89%

 BLUE value IS 67 (26.56% from 255) = 47.18%

R = 4.93%
G = 47.89%
B = 47.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#074443 (or 0x074443) is known color: Cyprus. HEX triplet: 07, 44 and 43. RGB value is (7,68,67). Sum of RGB (Red+Green+Blue) = 7+68+67=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #074443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074443 is #F8BBBC. Grayscale: #313131. Windows color (decimal): -16300989 or 4408327. OLE color: 4408327.

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

Color convert

RGB 7 68 67 -
CMYK 0.90 0 0.01 0.73
HSL 179.02º 0.81% 0.15% -
HSV(B) 179.02º 0.9% 0.27% -
XYZ 3.17 4.58 6.03 -
YUV 49.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 7 68 67 0.90 0 0.01 0.73 179.02 0.81 0.15
Hex 7 44 43 5A 0 1 49 B3 51 F
Octal 7 104 103 132 0 1 111 263 121 17
Binary 111 1000100 1000011 1011010 0 1 1001001 10110011 1010001 1111

Color Harmonies of #074443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074443

Black with #074443

Text Example


Text Example

White with #074443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074443; }

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

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

background-color css

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

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

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

border-color css

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

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

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