#074E4D

Color #074E4D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #074E4D

Tints of Sherpa Blue #074E4D

Color information

#074E4D (or 0x074E4D) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4E and 4D. RGB value is (7,78,77). Sum of RGB (Red+Green+Blue) = 7+78+77=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #074E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E4D is #F8B1B2. Grayscale: #383838. Windows color (decimal): -16298419 or 5066247. OLE color: 5066247.

HSL color Cylindrical-coordinate representation of color #074E4D: hue angle of 179.15º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E4D is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB77877-
CMYK0.9100.010.69
HSL179.15º83.53%16.67%-
HSV(B)179.15º91.03%30.59%-
XYZ4.156.037.97-
YUV56.66139.4892.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 78 (30.86% from 255) = 48.15%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=4.32%
G=48.15%
B=47.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778770.9100.010.69179.1583.5316.67
Hex74E4D5B0145b35411
Octal71161151330110526312421
Binary11110011101001101101101101100010110110011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074E4D; }

 p { color: rgb(7,78,77); }

 H1.HeaderClassName
 {
   color: #074E4D;
 }
 .AnyTagClassName
 {
   color: #074E4D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #074E4D;
 }
 .BgClassName
 {
   background-color: #074E4D;
 }
</style>
border-color css

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

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

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