Html Css Color HEX #077655 Watercourse

📋 copy color: '#077655'

red 7 ◦ green 118 ◦ blue 85

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

Shades of Watercourse #077655

Tints of Watercourse #077655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.19%

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 3.33%
G = 56.19%
B = 40.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#077655 (or 0x077655) is known color: Watercourse. HEX triplet: 07, 76 and 55. RGB value is (7,118,85). Sum of RGB (Red+Green+Blue) = 7+118+85=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #077655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077655 is #F889AA. Grayscale: #515151. Windows color (decimal): -16288171 or 5600775. OLE color: 5600775.

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

Color convert

RGB 7 118 85 -
CMYK 0.94 0 0.28 0.54
HSL 162.16º 0.89% 0.25% -
HSV(B) 162.16º 0.94% 0.46% -
XYZ 8.21 13.66 10.8 -
YUV 81.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 7 118 85 0.94 0 0.28 0.54 162.16 0.89 0.25
Hex 7 76 55 5E 0 1C 36 A2 59 19
Octal 7 166 125 136 0 34 66 242 131 31
Binary 111 1110110 1010101 1011110 0 11100 110110 10100010 1011001 11001

Color Harmonies of #077655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077655

Black with #077655

Text Example


Text Example

White with #077655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077655; }

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

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

background-color css

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

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

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

border-color css

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

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

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