#077757

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

Shades of Tropical Rain Forest #077757

Tints of Tropical Rain Forest #077757

Color information

#077757 (or 0x077757) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 77 and 57. RGB value is (7,119,87). Sum of RGB (Red+Green+Blue) = 7+119+87=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #077757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077757 is #F888A8. Grayscale: #515151. Windows color (decimal): -16287913 or 5732103. OLE color: 5732103.

HSL color Cylindrical-coordinate representation of color #077757: hue angle of 162.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077757 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB711987-
CMYK0.9400.270.53
HSL162.86º88.89%24.71%-
HSV(B)162.86º94.12%46.67%-
XYZ8.413.9311.26-
YUV81.86130.8974.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 119 (46.88% from 255) = 55.87%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=3.29%
G=55.87%
B=40.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119870.9400.270.53162.8688.8924.71
Hex777575E01B35a35919
Octal71671271360336524313131
Binary11111101111010111101111001101111010110100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077757; }

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

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

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

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

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

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

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

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