#075451

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

Shades of Sherpa Blue #075451

Tints of Sherpa Blue #075451

Color information

#075451 (or 0x075451) is unknown color: approx Sherpa Blue. HEX triplet: 07, 54 and 51. RGB value is (7,84,81). Sum of RGB (Red+Green+Blue) = 7+84+81=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #075451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075451 is #F8ABAE. Grayscale: #3C3C3C. Windows color (decimal): -16296879 or 5329927. OLE color: 5329927.

HSL color Cylindrical-coordinate representation of color #075451: hue angle of 177.66º 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 #075451 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB78481-
CMYK0.9200.040.67
HSL177.66º84.62%17.84%-
HSV(B)177.66º91.67%32.94%-
XYZ4.746.988.88-
YUV60.64139.4989.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=4.07%
G=48.84%
B=47.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784810.9200.040.67177.6684.6217.84
Hex754515C0443b25512
Octal71241211340410326212522
Binary1111010100101000110111000100100001110110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075451; }

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

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

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

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

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

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

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

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