#074C4D

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

Shades of Sherpa Blue #074C4D

Tints of Sherpa Blue #074C4D

Color information

#074C4D (or 0x074C4D) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4C and 4D. RGB value is (7,76,77). Sum of RGB (Red+Green+Blue) = 7+76+77=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #074C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C4D is #F8B3B2. Grayscale: #373737. Windows color (decimal): -16298931 or 5065735. OLE color: 5065735.

HSL color Cylindrical-coordinate representation of color #074C4D: hue angle of 180.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C4D is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB77677-
CMYK0.910.0100.70
HSL180.86º83.33%16.47%-
HSV(B)180.86º90.91%30.2%-
XYZ4.015.757.92-
YUV55.48140.1493.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 76 (30.08% from 255) = 47.5%
BLUE value IS 77 (30.47% from 255) = 48.12%
R=4.38%
G=47.5%
B=48.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal776770.910.0100.70180.8683.3316.47
Hex74C4D5B1046b55310
Octal71141151331010626512320
Binary11110011001001101101101110100011010110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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