#075743

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

Shades of Jewel #075743

Tints of Jewel #075743

Color information

#075743 (or 0x075743) is unknown color: approx Jewel. HEX triplet: 07, 57 and 43. RGB value is (7,87,67). Sum of RGB (Red+Green+Blue) = 7+87+67=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #075743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075743 is #F8A8BC. Grayscale: #3C3C3C. Windows color (decimal): -16296125 or 4413191. OLE color: 4413191.

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

Color convert

RGB78767-
CMYK0.9200.230.66
HSL165º85.11%18.43%-
HSV(B)165º91.95%34.12%-
XYZ4.517.276.48-
YUV60.8131.589.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=4.35%
G=54.04%
B=41.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787670.9200.230.6616585.1118.43
Hex757435C01742a55512
Octal712710313402710224512522
Binary111101011110000111011100010111100001010100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075743; }

 p { color: rgb(7,87,67); }

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

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

 a { background-color: rgb(7,87,67); }

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

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

 span { border-color: rgb(7,87,67); }

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