#074554

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

Shades of Sherpa Blue #074554

Tints of Sherpa Blue #074554

Color information

#074554 (or 0x074554) is unknown color: approx Sherpa Blue. HEX triplet: 07, 45 and 54. RGB value is (7,69,84). Sum of RGB (Red+Green+Blue) = 7+69+84=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #074554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074554 is #F8BAAB. Grayscale: #343434. Windows color (decimal): -16300716 or 5522695. OLE color: 5522695.

HSL color Cylindrical-coordinate representation of color #074554: hue angle of 191.69º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074554 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB76984-
CMYK0.920.1800.67
HSL191.69º84.62%17.84%-
HSV(B)191.69º91.67%32.94%-
XYZ3.824.949.14-
YUV52.17145.9695.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 84 (33.20% from 255) = 52.5%
R=4.38%
G=43.12%
B=52.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal769840.920.1800.67191.6984.6217.84
Hex745545C12043c05512
Octal710512413422010330012522
Binary111100010110101001011100100100100001111000000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074554; }

 p { color: rgb(7,69,84); }

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

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

 a { background-color: rgb(7,69,84); }

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

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

 span { border-color: rgb(7,69,84); }

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