#075156

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

Shades of Sherpa Blue #075156

Tints of Sherpa Blue #075156

Color information

#075156 (or 0x075156) is unknown color: approx Sherpa Blue. HEX triplet: 07, 51 and 56. RGB value is (7,81,86). Sum of RGB (Red+Green+Blue) = 7+81+86=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #075156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075156 is #F8AEA9. Grayscale: #3B3B3B. Windows color (decimal): -16297642 or 5656839. OLE color: 5656839.

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

Color convert

RGB78186-
CMYK0.920.0600.66
HSL183.8º84.95%18.24%-
HSV(B)183.8º91.86%33.73%-
XYZ4.716.69.83-
YUV59.44142.9890.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=4.02%
G=46.55%
B=49.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal781860.920.0600.66183.884.9518.24
Hex751565C6042b85512
Octal71211261346010227012522
Binary1111010001101011010111001100100001010111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075156; }

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

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

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

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

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

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

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

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