Html Css Color HEX #074243 Cyprus

📋 copy color: '#074243'

red 7 ◦ green 66 ◦ blue 67

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

Shades of Cyprus #074243

Tints of Cyprus #074243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 47.86%

R = 5%
G = 47.14%
B = 47.86%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#074243 (or 0x074243) is known color: Cyprus. HEX triplet: 07, 42 and 43. RGB value is (7,66,67). Sum of RGB (Red+Green+Blue) = 7+66+67=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #074243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074243 is #F8BDBC. Grayscale: #303030. Windows color (decimal): -16301501 or 4407815. OLE color: 4407815.

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

Color convert

RGB 7 66 67 -
CMYK 0.90 0.01 0 0.74
HSL 181º 0.81% 0.15% -
HSV(B) 181º 0.9% 0.26% -
XYZ 3.05 4.35 5.99 -
YUV 48.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 7 66 67 0.90 0.01 0 0.74 181 0.81 0.15
Hex 7 42 43 5A 1 0 4A B5 51 F
Octal 7 102 103 132 1 0 112 265 121 17
Binary 111 1000010 1000011 1011010 1 0 1001010 10110101 1010001 1111

Color Harmonies of #074243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074243

Black with #074243

Text Example


Text Example

White with #074243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074243; }

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

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

background-color css

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

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

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

border-color css

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

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

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