Html Css Color HEX #074947 Cyprus

📋 copy color: '#074947'

red 7 ◦ green 73 ◦ blue 71

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

Shades of Cyprus #074947

Tints of Cyprus #074947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.34%

 BLUE value IS 71 (28.13% from 255) = 47.02%

R = 4.64%
G = 48.34%
B = 47.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#074947 (or 0x074947) is known color: Cyprus. HEX triplet: 07, 49 and 47. RGB value is (7,73,71). Sum of RGB (Red+Green+Blue) = 7+73+71=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #074947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074947 is #F8B6B8. Grayscale: #343434. Windows color (decimal): -16299705 or 4671751. OLE color: 4671751.

HSL color Cylindrical-coordinate representation of color #074947: hue angle of 178.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074947 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 71 -
CMYK 0.90 0 0.03 0.71
HSL 178.18º 0.83% 0.16% -
HSV(B) 178.18º 0.9% 0.29% -
XYZ 3.61 5.27 6.79 -
YUV 53.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 7 73 71 0.90 0 0.03 0.71 178.18 0.83 0.16
Hex 7 49 47 5A 0 3 47 B2 52 10
Octal 7 111 107 132 0 3 107 262 122 20
Binary 111 1001001 1000111 1011010 0 11 1000111 10110010 1010010 10000

Color Harmonies of #074947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074947

Black with #074947

Text Example


Text Example

White with #074947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074947; }

 p { color: rgb(7,73,71); }

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

background-color css

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

 a { background-color: rgb(7,73,71); }

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

border-color css

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

 span { border-color: rgb(7,73,71); }

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