#075450

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

Shades of Sherpa Blue #075450

Tints of Sherpa Blue #075450

Color information

#075450 (or 0x075450) is unknown color: approx Sherpa Blue. HEX triplet: 07, 54 and 50. RGB value is (7,84,80). Sum of RGB (Red+Green+Blue) = 7+84+80=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #075450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075450 is #F8ABAF. Grayscale: #3C3C3C. Windows color (decimal): -16296880 or 5264391. OLE color: 5264391.

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

Color convert

RGB78480-
CMYK0.9200.050.67
HSL176.88º84.62%17.84%-
HSV(B)176.88º91.67%32.94%-
XYZ4.716.978.69-
YUV60.52138.9989.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=4.09%
G=49.12%
B=46.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784800.9200.050.67176.8884.6217.84
Hex754505C0543b15512
Octal71241201340510326112522
Binary1111010100101000010111000101100001110110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075450; }

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

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

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

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

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

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

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

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