Html Css Color HEX #077764 Tropical Rain Forest

📋 copy color: '#077764'

red 7 ◦ green 119 ◦ blue 100

#077764
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #077764

Tints of Tropical Rain Forest #077764

RGB

 RED value IS 7 (3.13% from 255) = 3.1%

 GREEN value IS 119 (46.88% from 255) = 52.65%

 BLUE value IS 100 (39.45% from 255) = 44.25%

R = 3.1%
G = 52.65%
B = 44.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#077764 (or 0x077764) is known color: Tropical Rain Forest. HEX triplet: 07, 77 and 64. RGB value is (7,119,100). Sum of RGB (Red+Green+Blue) = 7+119+100=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #077764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077764 is #F8889B. Grayscale: #535353. Windows color (decimal): -16287900 or 6584071. OLE color: 6584071.

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

Color convert

RGB 7 119 100 -
CMYK 0.94 0 0.16 0.53
HSL 169.82º 0.89% 0.25% -
HSV(B) 169.82º 0.94% 0.47% -
XYZ 8.98 14.16 14.32 -
YUV 83.35 137.39 73.54 -
System Red Green Blue C M Y K H S L
Decimal 7 119 100 0.94 0 0.16 0.53 169.82 0.89 0.25
Hex 7 77 64 5E 0 10 35 AA 59 19
Octal 7 167 144 136 0 20 65 252 131 31
Binary 111 1110111 1100100 1011110 0 10000 110101 10101010 1011001 11001

Color Harmonies of #077764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077764

Black with #077764

Text Example


Text Example

White with #077764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077764; }

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

 H1.HeaderClassName
 {
   color: #077764;
 }
 .AnyTagClassName
 {
   color: #077764;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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