#077663

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

Shades of Tropical Rain Forest #077663

Tints of Tropical Rain Forest #077663

Color information

#077663 (or 0x077663) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 76 and 63. RGB value is (7,118,99). Sum of RGB (Red+Green+Blue) = 7+118+99=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #077663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077663 is #F8899C. Grayscale: #525252. Windows color (decimal): -16288157 or 6518279. OLE color: 6518279.

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

Color convert

RGB711899-
CMYK0.9400.160.54
HSL169.73º88.8%24.51%-
HSV(B)169.73º94.07%46.27%-
XYZ8.8213.914.02-
YUV82.64137.2374.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.12%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=3.12%
G=52.68%
B=44.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118990.9400.160.54169.7388.824.51
Hex776635E01036aa5919
Octal71661431360206625213131
Binary11111101101100011101111001000011011010101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077663; }

 p { color: rgb(7,118,99); }

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

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

 a { background-color: rgb(7,118,99); }

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

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

 span { border-color: rgb(7,118,99); }

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