#07505B

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

Shades of Sherpa Blue #07505B

Tints of Sherpa Blue #07505B

Color information

#07505B (or 0x07505B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 50 and 5B. RGB value is (7,80,91). Sum of RGB (Red+Green+Blue) = 7+80+91=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #07505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07505B is #F8AFA4. Grayscale: #3B3B3B. Windows color (decimal): -16297893 or 5984263. OLE color: 5984263.

HSL color Cylindrical-coordinate representation of color #07505B: hue angle of 187.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07505B is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB78091-
CMYK0.920.1200.64
HSL187.86º85.71%19.22%-
HSV(B)187.86º92.31%35.69%-
XYZ4.846.5410.9-
YUV59.43145.8290.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=3.93%
G=44.94%
B=51.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal780910.920.1200.64187.8685.7119.22
Hex7505B5CC040bc5613
Octal712013313414010027412623
Binary11110100001011011101110011000100000010111100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07505B; }

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

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

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

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

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

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

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

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