#07534F

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

Shades of Sherpa Blue #07534F

Tints of Sherpa Blue #07534F

Color information

#07534F (or 0x07534F) is unknown color: approx Sherpa Blue. HEX triplet: 07, 53 and 4F. RGB value is (7,83,79). Sum of RGB (Red+Green+Blue) = 7+83+79=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #07534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07534F is #F8ACB0. Grayscale: #3B3B3B. Windows color (decimal): -16297137 or 5198599. OLE color: 5198599.

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

Color convert

RGB78379-
CMYK0.9200.050.67
HSL176.84º84.44%17.65%-
HSV(B)176.84º91.57%32.55%-
XYZ4.596.88.47-
YUV59.82138.8290.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=4.14%
G=49.11%
B=46.75%

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
Decimal783790.9200.050.67176.8484.4417.65
Hex7534F5C0543b15412
Octal71231171340510326112422
Binary1111010011100111110111000101100001110110001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07534F; }

 p { color: rgb(7,83,79); }

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

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

 a { background-color: rgb(7,83,79); }

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

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

 span { border-color: rgb(7,83,79); }

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