Html Css Color HEX #074139 Cyprus

📋 copy color: '#074139'

red 7 ◦ green 65 ◦ blue 57

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

Shades of Cyprus #074139

Tints of Cyprus #074139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.39%

 BLUE value IS 57 (22.66% from 255) = 44.19%

R = 5.43%
G = 50.39%
B = 44.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#074139 (or 0x074139) is known color: Cyprus. HEX triplet: 07, 41 and 39. RGB value is (7,65,57). Sum of RGB (Red+Green+Blue) = 7+65+57=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #074139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074139 is #F8BEC6. Grayscale: #2E2E2E. Windows color (decimal): -16301767 or 3752199. OLE color: 3752199.

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

Color convert

RGB 7 65 57 -
CMYK 0.89 0 0.12 0.75
HSL 171.72º 0.81% 0.14% -
HSV(B) 171.72º 0.89% 0.25% -
XYZ 2.72 4.12 4.52 -
YUV 46.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 7 65 57 0.89 0 0.12 0.75 171.72 0.81 0.14
Hex 7 41 39 59 0 C 4B AC 51 E
Octal 7 101 71 131 0 14 113 254 121 16
Binary 111 1000001 111001 1011001 0 1100 1001011 10101100 1010001 1110

Color Harmonies of #074139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074139

Black with #074139

Text Example


Text Example

White with #074139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074139; }

 p { color: rgb(7,65,57); }

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

background-color css

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

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

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

border-color css

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

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

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