Html Css Color HEX #074442 Cyprus

📋 copy color: '#074442'

red 7 ◦ green 68 ◦ blue 66

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

Shades of Cyprus #074442

Tints of Cyprus #074442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.81%

R = 4.96%
G = 48.23%
B = 46.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#074442 (or 0x074442) is known color: Cyprus. HEX triplet: 07, 44 and 42. RGB value is (7,68,66). Sum of RGB (Red+Green+Blue) = 7+68+66=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #074442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074442 is #F8BBBD. Grayscale: #313131. Windows color (decimal): -16300990 or 4342791. OLE color: 4342791.

HSL color Cylindrical-coordinate representation of color #074442: hue angle of 178.03º 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 #074442 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 66 -
CMYK 0.90 0 0.03 0.73
HSL 178.03º 0.81% 0.15% -
HSV(B) 178.03º 0.9% 0.27% -
XYZ 3.14 4.57 5.87 -
YUV 49.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 7 68 66 0.90 0 0.03 0.73 178.03 0.81 0.15
Hex 7 44 42 5A 0 3 49 B2 51 F
Octal 7 104 102 132 0 3 111 262 121 17
Binary 111 1000100 1000010 1011010 0 11 1001001 10110010 1010001 1111

Color Harmonies of #074442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074442

Black with #074442

Text Example


Text Example

White with #074442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074442; }

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

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

background-color css

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

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

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

border-color css

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

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

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