Html Css Color HEX #077450 Watercourse

📋 copy color: '#077450'

red 7 ◦ green 116 ◦ blue 80

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

Shades of Watercourse #077450

Tints of Watercourse #077450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 3.45%
G = 57.14%
B = 39.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#077450 (or 0x077450) is known color: Watercourse. HEX triplet: 07, 74 and 50. RGB value is (7,116,80). Sum of RGB (Red+Green+Blue) = 7+116+80=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #077450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077450 is #F88BAF. Grayscale: #4F4F4F. Windows color (decimal): -16288688 or 5272583. OLE color: 5272583.

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

Color convert

RGB 7 116 80 -
CMYK 0.94 0 0.31 0.55
HSL 160.18º 0.89% 0.24% -
HSV(B) 160.18º 0.94% 0.45% -
XYZ 7.78 13.12 9.71 -
YUV 79.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 7 116 80 0.94 0 0.31 0.55 160.18 0.89 0.24
Hex 7 74 50 5E 0 1F 37 A0 59 18
Octal 7 164 120 136 0 37 67 240 131 30
Binary 111 1110100 1010000 1011110 0 11111 110111 10100000 1011001 11000

Color Harmonies of #077450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077450

Black with #077450

Text Example


Text Example

White with #077450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077450; }

 p { color: rgb(7,116,80); }

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

background-color css

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

 a { background-color: rgb(7,116,80); }

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

border-color css

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

 span { border-color: rgb(7,116,80); }

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