Html Css Color HEX #077354 Watercourse

📋 copy color: '#077354'

red 7 ◦ green 115 ◦ blue 84

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

Shades of Watercourse #077354

Tints of Watercourse #077354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.83%

 BLUE value IS 84 (33.2% from 255) = 40.78%

R = 3.4%
G = 55.83%
B = 40.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#077354 (or 0x077354) is known color: Watercourse. HEX triplet: 07, 73 and 54. RGB value is (7,115,84). Sum of RGB (Red+Green+Blue) = 7+115+84=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #077354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077354 is #F88CAB. Grayscale: #4F4F4F. Windows color (decimal): -16288940 or 5534471. OLE color: 5534471.

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

Color convert

RGB 7 115 84 -
CMYK 0.94 0 0.27 0.55
HSL 162.78º 0.89% 0.24% -
HSV(B) 162.78º 0.94% 0.45% -
XYZ 7.82 12.95 10.47 -
YUV 79.17 130.72 76.52 -
System Red Green Blue C M Y K H S L
Decimal 7 115 84 0.94 0 0.27 0.55 162.78 0.89 0.24
Hex 7 73 54 5E 0 1B 37 A3 59 18
Octal 7 163 124 136 0 33 67 243 131 30
Binary 111 1110011 1010100 1011110 0 11011 110111 10100011 1011001 11000

Color Harmonies of #077354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077354

Black with #077354

Text Example


Text Example

White with #077354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077354; }

 p { color: rgb(7,115,84); }

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

background-color css

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

 a { background-color: rgb(7,115,84); }

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

border-color css

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

 span { border-color: rgb(7,115,84); }

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