Html Css Color HEX #077551 Watercourse

📋 copy color: '#077551'

red 7 ◦ green 117 ◦ blue 81

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

Shades of Watercourse #077551

Tints of Watercourse #077551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.07%

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 3.41%
G = 57.07%
B = 39.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#077551 (or 0x077551) is known color: Watercourse. HEX triplet: 07, 75 and 51. RGB value is (7,117,81). Sum of RGB (Red+Green+Blue) = 7+117+81=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #077551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077551 is #F88AAE. Grayscale: #505050. Windows color (decimal): -16288431 or 5338375. OLE color: 5338375.

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

Color convert

RGB 7 117 81 -
CMYK 0.94 0 0.31 0.54
HSL 160.36º 0.89% 0.24% -
HSV(B) 160.36º 0.94% 0.46% -
XYZ 7.93 13.36 9.95 -
YUV 80.01 128.56 75.93 -
System Red Green Blue C M Y K H S L
Decimal 7 117 81 0.94 0 0.31 0.54 160.36 0.89 0.24
Hex 7 75 51 5E 0 1F 36 A0 59 18
Octal 7 165 121 136 0 37 66 240 131 30
Binary 111 1110101 1010001 1011110 0 11111 110110 10100000 1011001 11000

Color Harmonies of #077551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077551

Black with #077551

Text Example


Text Example

White with #077551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077551; }

 p { color: rgb(7,117,81); }

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

background-color css

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

 a { background-color: rgb(7,117,81); }

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

border-color css

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

 span { border-color: rgb(7,117,81); }

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