Html Css Color HEX #074544 Cyprus

📋 copy color: '#074544'

red 7 ◦ green 69 ◦ blue 68

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

Shades of Cyprus #074544

Tints of Cyprus #074544

RGB

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

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

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

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

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

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

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

Color convert

RGB 7 69 68 -
CMYK 0.90 0 0.01 0.73
HSL 179.03º 0.82% 0.15% -
HSV(B) 179.03º 0.9% 0.27% -
XYZ 3.26 4.72 6.21 -
YUV 50.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 7 69 68 0.90 0 0.01 0.73 179.03 0.82 0.15
Hex 7 45 44 5A 0 1 49 B3 52 F
Octal 7 105 104 132 0 1 111 263 122 17
Binary 111 1000101 1000100 1011010 0 1 1001001 10110011 1010010 1111

Color Harmonies of #074544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074544

Black with #074544

Text Example


Text Example

White with #074544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074544; }

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

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

background-color css

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

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

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

border-color css

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

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

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