Html Css Color HEX #077765 Tropical Rain Forest

📋 copy color: '#077765'

red 7 ◦ green 119 ◦ blue 101

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

Shades of Tropical Rain Forest #077765

Tints of Tropical Rain Forest #077765

RGB

 RED value IS 7 (3.13% 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 value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#077765 (or 0x077765) is known color: 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

RGB 7 119 101 -
CMYK 0.94 0 0.15 0.53
HSL 170.36º 0.89% 0.25% -
HSV(B) 170.36º 0.94% 0.47% -
XYZ 9.03 14.18 14.57 -
YUV 83.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 7 119 101 0.94 0 0.15 0.53 170.36 0.89 0.25
Hex 7 77 65 5E 0 F 35 AA 59 19
Octal 7 167 145 136 0 17 65 252 131 31
Binary 111 1110111 1100101 1011110 0 1111 110101 10101010 1011001 11001

Color Harmonies of #077765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077765

Black with #077765

Text Example


Text Example

White with #077765

Text Example


Text Example

HTML Codes & Css Web 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>