#075152

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

Shades of Sherpa Blue #075152

Tints of Sherpa Blue #075152

Color information

#075152 (or 0x075152) is unknown color: approx Sherpa Blue. HEX triplet: 07, 51 and 52. RGB value is (7,81,82). Sum of RGB (Red+Green+Blue) = 7+81+82=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #075152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075152 is #F8AEAD. Grayscale: #3A3A3A. Windows color (decimal): -16297646 or 5394695. OLE color: 5394695.

HSL color Cylindrical-coordinate representation of color #075152: hue angle of 180.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075152 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB78182-
CMYK0.910.0100.68
HSL180.8º84.27%17.45%-
HSV(B)180.8º91.46%32.16%-
XYZ4.556.549-
YUV58.99140.9890.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=4.12%
G=47.65%
B=48.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal781820.910.0100.68180.884.2717.45
Hex751525B1044b55411
Octal71211221331010426512421
Binary11110100011010010101101110100010010110101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075152; }

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

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

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

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

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

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

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

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