Html Css Color HEX #074445 Cyprus

📋 copy color: '#074445'

red 7 ◦ green 68 ◦ blue 69

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

Shades of Cyprus #074445

Tints of Cyprus #074445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 47.92%

R = 4.86%
G = 47.22%
B = 47.92%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#074445 (or 0x074445) is known color: Cyprus. HEX triplet: 07, 44 and 45. RGB value is (7,68,69). Sum of RGB (Red+Green+Blue) = 7+68+69=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #074445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074445 is #F8BBBA. Grayscale: #313131. Windows color (decimal): -16300987 or 4539399. OLE color: 4539399.

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

Color convert

RGB 7 68 69 -
CMYK 0.90 0.01 0 0.73
HSL 180.97º 0.82% 0.15% -
HSV(B) 180.97º 0.9% 0.27% -
XYZ 3.23 4.61 6.35 -
YUV 49.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 7 68 69 0.90 0.01 0 0.73 180.97 0.82 0.15
Hex 7 44 45 5A 1 0 49 B5 52 F
Octal 7 104 105 132 1 0 111 265 122 17
Binary 111 1000100 1000101 1011010 1 0 1001001 10110101 1010010 1111

Color Harmonies of #074445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074445

Black with #074445

Text Example


Text Example

White with #074445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074445; }

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

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

background-color css

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

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

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

border-color css

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

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

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