Html Css Color HEX #4D8377 Breaker Bay

📋 copy color: '#4D8377'

red 77 ◦ green 131 ◦ blue 119

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

Shades of Breaker Bay #4D8377

Tints of Breaker Bay #4D8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 23.55%
G = 40.06%
B = 36.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#4D8377 (or 0x4D8377) is known color: Breaker Bay. HEX triplet: 4D, 83 and 77. RGB value is (77,131,119). Sum of RGB (Red+Green+Blue) = 77+131+119=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #4D8377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8377 is #B27C88. Grayscale: #717171. Windows color (decimal): -11697289 or 7832397. OLE color: 7832397.

HSL color Cylindrical-coordinate representation of color #4D8377: hue angle of 166.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8377 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 131 119 -
CMYK 0.41 0 0.09 0.49
HSL 166.67º 0.26% 0.41% -
HSV(B) 166.67º 0.41% 0.51% -
XYZ 14.51 19.14 20.38 -
YUV 113.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 77 131 119 0.41 0 0.09 0.49 166.67 0.26 0.41
Hex 4D 83 77 29 0 9 31 A7 1A 29
Octal 115 203 167 51 0 11 61 247 32 51
Binary 1001101 10000011 1110111 101001 0 1001 110001 10100111 11010 101001

Color Harmonies of #4D8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8377

Black with #4D8377

Text Example


Text Example

White with #4D8377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,131,119); }

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

background-color css

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

 a { background-color: rgb(77,131,119); }

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

border-color css

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

 span { border-color: rgb(77,131,119); }

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