Html Css Color HEX #077054 Watercourse

📋 copy color: '#077054'

red 7 ◦ green 112 ◦ blue 84

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

Shades of Watercourse #077054

Tints of Watercourse #077054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.17%

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

R = 3.45%
G = 55.17%
B = 41.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#077054 (or 0x077054) is known color: Watercourse. HEX triplet: 07, 70 and 54. RGB value is (7,112,84). Sum of RGB (Red+Green+Blue) = 7+112+84=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #077054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077054 is #F88FAB. Grayscale: #4D4D4D. Windows color (decimal): -16289708 or 5533703. OLE color: 5533703.

HSL color Cylindrical-coordinate representation of color #077054: hue angle of 164º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077054 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 84 -
CMYK 0.94 0 0.25 0.56
HSL 164º 0.88% 0.23% -
HSV(B) 164º 0.94% 0.44% -
XYZ 7.48 12.27 10.36 -
YUV 77.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 7 112 84 0.94 0 0.25 0.56 164 0.88 0.23
Hex 7 70 54 5E 0 19 38 A4 58 17
Octal 7 160 124 136 0 31 70 244 130 27
Binary 111 1110000 1010100 1011110 0 11001 111000 10100100 1011000 10111

Color Harmonies of #077054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077054

Black with #077054

Text Example


Text Example

White with #077054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077054; }

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

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

background-color css

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

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

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

border-color css

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

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

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