#075154

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

Shades of Sherpa Blue #075154

Tints of Sherpa Blue #075154

Color information

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

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

Color convert

RGB78184-
CMYK0.920.0400.67
HSL182.34º84.62%17.84%-
HSV(B)182.34º91.67%32.94%-
XYZ4.636.579.41-
YUV59.22141.9890.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal781840.920.0400.67182.3484.6217.84
Hex751545C4043b65512
Octal71211241344010326612522
Binary1111010001101010010111001000100001110110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075154; }

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

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

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

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

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

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

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

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