#074D61

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

Shades of Sherpa Blue #074D61

Tints of Sherpa Blue #074D61

Color information

#074D61 (or 0x074D61) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4D and 61. RGB value is (7,77,97). Sum of RGB (Red+Green+Blue) = 7+77+97=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #074D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D61 is #F8B29E. Grayscale: #3A3A3A. Windows color (decimal): -16298655 or 6376711. OLE color: 6376711.

HSL color Cylindrical-coordinate representation of color #074D61: hue angle of 193.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074D61 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB77797-
CMYK0.930.2100.62
HSL193.33º86.54%20.39%-
HSV(B)193.33º92.78%38.04%-
XYZ4.96.2212.25-
YUV58.35149.8191.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.87%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=3.87%
G=42.54%
B=53.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal777970.930.2100.62193.3386.5420.39
Hex74D615D1503Ec15714
Octal71151411352507630112724
Binary11110011011100001101110110101011111011000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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