Html Css Color HEX #074242 Cyprus

📋 copy color: '#074242'

red 7 ◦ green 66 ◦ blue 66

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

Shades of Cyprus #074242

Tints of Cyprus #074242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

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

R = 5.04%
G = 47.48%
B = 47.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#074242 (or 0x074242) is known color: Cyprus. HEX triplet: 07, 42 and 42. RGB value is (7,66,66). Sum of RGB (Red+Green+Blue) = 7+66+66=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #074242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074242 is #F8BDBD. Grayscale: #303030. Windows color (decimal): -16301502 or 4342279. OLE color: 4342279.

HSL color Cylindrical-coordinate representation of color #074242: hue angle of 180º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074242 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 66 -
CMYK 0.89 0 0 0.74
HSL 180º 0.81% 0.14% -
HSV(B) 180º 0.89% 0.26% -
XYZ 3.02 4.33 5.83 -
YUV 48.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 7 66 66 0.89 0 0 0.74 180 0.81 0.14
Hex 7 42 42 59 0 0 4A B4 51 E
Octal 7 102 102 131 0 0 112 264 121 16
Binary 111 1000010 1000010 1011001 0 0 1001010 10110100 1010001 1110

Color Harmonies of #074242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074242

Black with #074242

Text Example


Text Example

White with #074242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074242; }

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

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

background-color css

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

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

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

border-color css

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

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

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