#077557

Color #077557 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #077557

Tints of Tropical Rain Forest #077557

Color information

#077557 (or 0x077557) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 75 and 57. RGB value is (7,117,87). Sum of RGB (Red+Green+Blue) = 7+117+87=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #077557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077557 is #F88AA8. Grayscale: #505050. Windows color (decimal): -16288425 or 5731591. OLE color: 5731591.

HSL color Cylindrical-coordinate representation of color #077557: hue angle of 163.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077557 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB711787-
CMYK0.9400.260.54
HSL163.64º88.71%24.31%-
HSV(B)163.64º94.02%45.88%-
XYZ8.1713.4611.18-
YUV80.69131.5675.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=3.32%
G=55.45%
B=41.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117870.9400.260.54163.6488.7124.31
Hex775575E01A36a45918
Octal71651271360326624413130
Binary11111101011010111101111001101011011010100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077557; }

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

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

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

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

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

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

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

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