Html Css Color HEX #4D8176 Breaker Bay

📋 copy color: '#4D8176'

red 77 ◦ green 129 ◦ blue 118

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

Shades of Breaker Bay #4D8176

Tints of Breaker Bay #4D8176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.81%

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 23.77%
G = 39.81%
B = 36.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#4D8176 (or 0x4D8176) is known color: Breaker Bay. HEX triplet: 4D, 81 and 76. RGB value is (77,129,118). Sum of RGB (Red+Green+Blue) = 77+129+118=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #4D8176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8176 is #B27E89. Grayscale: #707070. Windows color (decimal): -11697802 or 7766349. OLE color: 7766349.

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

Color convert

RGB 77 129 118 -
CMYK 0.40 0 0.09 0.49
HSL 167.31º 0.25% 0.4% -
HSV(B) 167.31º 0.4% 0.51% -
XYZ 14.18 18.59 19.98 -
YUV 112.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 77 129 118 0.40 0 0.09 0.49 167.31 0.25 0.4
Hex 4D 81 76 28 0 9 31 A7 19 28
Octal 115 201 166 50 0 11 61 247 31 50
Binary 1001101 10000001 1110110 101000 0 1001 110001 10100111 11001 101000

Color Harmonies of #4D8176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8176

Black with #4D8176

Text Example


Text Example

White with #4D8176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,129,118); }

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

background-color css

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

 a { background-color: rgb(77,129,118); }

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

border-color css

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

 span { border-color: rgb(77,129,118); }

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