Html Css Color HEX #074846 Cyprus

📋 copy color: '#074846'

red 7 ◦ green 72 ◦ blue 70

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

Shades of Cyprus #074846

Tints of Cyprus #074846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.32%

 BLUE value IS 70 (27.73% from 255) = 46.98%

R = 4.7%
G = 48.32%
B = 46.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#074846 (or 0x074846) is known color: Cyprus. HEX triplet: 07, 48 and 46. RGB value is (7,72,70). Sum of RGB (Red+Green+Blue) = 7+72+70=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #074846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074846 is #F8B7B9. Grayscale: #343434. Windows color (decimal): -16299962 or 4605959. OLE color: 4605959.

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

Color convert

RGB 7 72 70 -
CMYK 0.90 0 0.03 0.72
HSL 178.15º 0.82% 0.15% -
HSV(B) 178.15º 0.9% 0.28% -
XYZ 3.51 5.12 6.6 -
YUV 52.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 7 72 70 0.90 0 0.03 0.72 178.15 0.82 0.15
Hex 7 48 46 5A 0 3 48 B2 52 F
Octal 7 110 106 132 0 3 110 262 122 17
Binary 111 1001000 1000110 1011010 0 11 1001000 10110010 1010010 1111

Color Harmonies of #074846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074846

Black with #074846

Text Example


Text Example

White with #074846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074846; }

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

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

background-color css

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

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

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

border-color css

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

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

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