Html Css Color HEX #074643 Cyprus

📋 copy color: '#074643'

red 7 ◦ green 70 ◦ blue 67

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

Shades of Cyprus #074643

Tints of Cyprus #074643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

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

R = 4.86%
G = 48.61%
B = 46.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#074643 (or 0x074643) is known color: Cyprus. HEX triplet: 07, 46 and 43. RGB value is (7,70,67). Sum of RGB (Red+Green+Blue) = 7+70+67=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #074643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074643 is #F8B9BC. Grayscale: #323232. Windows color (decimal): -16300477 or 4408839. OLE color: 4408839.

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

Color convert

RGB 7 70 67 -
CMYK 0.90 0 0.04 0.73
HSL 177.14º 0.82% 0.15% -
HSV(B) 177.14º 0.9% 0.27% -
XYZ 3.29 4.83 6.07 -
YUV 50.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 7 70 67 0.90 0 0.04 0.73 177.14 0.82 0.15
Hex 7 46 43 5A 0 4 49 B1 52 F
Octal 7 106 103 132 0 4 111 261 122 17
Binary 111 1000110 1000011 1011010 0 100 1001001 10110001 1010010 1111

Color Harmonies of #074643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074643

Black with #074643

Text Example


Text Example

White with #074643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074643; }

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

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

background-color css

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

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

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

border-color css

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

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

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