Html Css Color HEX #4D8779 Lochinvar

📋 copy color: '#4D8779'

red 77 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #4D8779

Tints of Lochinvar #4D8779

RGB

 RED value IS 77 (30.47% from 255) = 23.12%

 GREEN value IS 135 (53.13% from 255) = 40.54%

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 23.12%
G = 40.54%
B = 36.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#4D8779 (or 0x4D8779) is known color: Lochinvar. HEX triplet: 4D, 87 and 79. RGB value is (77,135,121). Sum of RGB (Red+Green+Blue) = 77+135+121=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8779 is #B27886. Grayscale: #747474. Windows color (decimal): -11696263 or 7964493. OLE color: 7964493.

HSL color Cylindrical-coordinate representation of color #4D8779: hue angle of 165.52º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8779 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 135 121 -
CMYK 0.43 0 0.10 0.47
HSL 165.52º 0.27% 0.42% -
HSV(B) 165.52º 0.43% 0.53% -
XYZ 15.18 20.29 21.2 -
YUV 116.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 77 135 121 0.43 0 0.10 0.47 165.52 0.27 0.42
Hex 4D 87 79 2B 0 A 2F A6 1B 2A
Octal 115 207 171 53 0 12 57 246 33 52
Binary 1001101 10000111 1111001 101011 0 1010 101111 10100110 11011 101010

Color Harmonies of #4D8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8779

Black with #4D8779

Text Example


Text Example

White with #4D8779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D8779; }

 p { color: rgb(77,135,121); }

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

background-color css

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

 a { background-color: rgb(77,135,121); }

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

border-color css

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

 span { border-color: rgb(77,135,121); }

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