#077765

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

Shades of Tropical Rain Forest #077765

Tints of Tropical Rain Forest #077765

Color information

#077765 (or 0x077765) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 77 and 65. RGB value is (7,119,101). Sum of RGB (Red+Green+Blue) = 7+119+101=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #077765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077765 is #F8889A. Grayscale: #535353. Windows color (decimal): -16287899 or 6649607. OLE color: 6649607.

HSL color Cylindrical-coordinate representation of color #077765: hue angle of 170.36º 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 #077765 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB7119101-
CMYK0.9400.150.53
HSL170.36º88.89%24.71%-
HSV(B)170.36º94.12%46.67%-
XYZ9.0314.1814.57-
YUV83.46137.8973.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=3.08%
G=52.42%
B=44.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71191010.9400.150.53170.3688.8924.71
Hex777655E0F35aa5919
Octal71671451360176525213131
Binary1111110111110010110111100111111010110101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077765; }

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

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

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

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

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

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

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

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