Html Css Color HEX #074642 Cyprus

📋 copy color: '#074642'

red 7 ◦ green 70 ◦ blue 66

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

Shades of Cyprus #074642

Tints of Cyprus #074642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 4.9%
G = 48.95%
B = 46.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#074642 (or 0x074642) is known color: Cyprus. HEX triplet: 07, 46 and 42. RGB value is (7,70,66). Sum of RGB (Red+Green+Blue) = 7+70+66=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #074642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074642 is #F8B9BD. Grayscale: #323232. Windows color (decimal): -16300478 or 4343303. OLE color: 4343303.

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

Color convert

RGB 7 70 66 -
CMYK 0.90 0 0.06 0.73
HSL 176.19º 0.82% 0.15% -
HSV(B) 176.19º 0.9% 0.27% -
XYZ 3.26 4.82 5.91 -
YUV 50.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 7 70 66 0.90 0 0.06 0.73 176.19 0.82 0.15
Hex 7 46 42 5A 0 6 49 B0 52 F
Octal 7 106 102 132 0 6 111 260 122 17
Binary 111 1000110 1000010 1011010 0 110 1001001 10110000 1010010 1111

Color Harmonies of #074642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074642

Black with #074642

Text Example


Text Example

White with #074642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074642; }

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

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

background-color css

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

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

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

border-color css

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

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

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