Html Css Color HEX #077453 Watercourse

📋 copy color: '#077453'

red 7 ◦ green 116 ◦ blue 83

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

Shades of Watercourse #077453

Tints of Watercourse #077453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 3.4%
G = 56.31%
B = 40.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#077453 (or 0x077453) is known color: Watercourse. HEX triplet: 07, 74 and 53. RGB value is (7,116,83). Sum of RGB (Red+Green+Blue) = 7+116+83=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #077453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077453 is #F88BAC. Grayscale: #4F4F4F. Windows color (decimal): -16288685 or 5469191. OLE color: 5469191.

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

Color convert

RGB 7 116 83 -
CMYK 0.94 0 0.28 0.55
HSL 161.83º 0.89% 0.24% -
HSV(B) 161.83º 0.94% 0.45% -
XYZ 7.89 13.16 10.31 -
YUV 79.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 7 116 83 0.94 0 0.28 0.55 161.83 0.89 0.24
Hex 7 74 53 5E 0 1C 37 A2 59 18
Octal 7 164 123 136 0 34 67 242 131 30
Binary 111 1110100 1010011 1011110 0 11100 110111 10100010 1011001 11000

Color Harmonies of #077453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077453

Black with #077453

Text Example


Text Example

White with #077453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077453; }

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

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

background-color css

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

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

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

border-color css

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

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

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