Html Css Color HEX #074640 Cyprus

📋 copy color: '#074640'

red 7 ◦ green 70 ◦ blue 64

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

Shades of Cyprus #074640

Tints of Cyprus #074640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 45.39%

R = 4.96%
G = 49.65%
B = 45.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#074640 (or 0x074640) is known color: Cyprus. HEX triplet: 07, 46 and 40. RGB value is (7,70,64). Sum of RGB (Red+Green+Blue) = 7+70+64=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #074640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074640 is #F8B9BF. Grayscale: #323232. Windows color (decimal): -16300480 or 4212231. OLE color: 4212231.

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

Color convert

RGB 7 70 64 -
CMYK 0.90 0 0.09 0.73
HSL 174.29º 0.82% 0.15% -
HSV(B) 174.29º 0.9% 0.27% -
XYZ 3.2 4.8 5.61 -
YUV 50.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 7 70 64 0.90 0 0.09 0.73 174.29 0.82 0.15
Hex 7 46 40 5A 0 9 49 AE 52 F
Octal 7 106 100 132 0 11 111 256 122 17
Binary 111 1000110 1000000 1011010 0 1001 1001001 10101110 1010010 1111

Color Harmonies of #074640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074640

Black with #074640

Text Example


Text Example

White with #074640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074640; }

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

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

background-color css

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

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

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

border-color css

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

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

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