Html Css Color HEX #507C76 Breaker Bay

📋 copy color: '#507C76'

red 80 ◦ green 124 ◦ blue 118

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

Shades of Breaker Bay #507C76

Tints of Breaker Bay #507C76

RGB

 RED value IS 80 (31.64% from 255) = 24.84%

 GREEN value IS 124 (48.83% from 255) = 38.51%

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

R = 24.84%
G = 38.51%
B = 36.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#507C76 (or 0x507C76) is known color: Breaker Bay. HEX triplet: 50, 7C and 76. RGB value is (80,124,118). Sum of RGB (Red+Green+Blue) = 80+124+118=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #507C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C76 is #AF8389. Grayscale: #6E6E6E. Windows color (decimal): -11502474 or 7765072. OLE color: 7765072.

HSL color Cylindrical-coordinate representation of color #507C76: hue angle of 171.82º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C76 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 118 -
CMYK 0.35 0 0.05 0.51
HSL 171.82º 0.22% 0.4% -
HSV(B) 171.82º 0.35% 0.49% -
XYZ 13.79 17.43 19.78 -
YUV 110.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 80 124 118 0.35 0 0.05 0.51 171.82 0.22 0.4
Hex 50 7C 76 23 0 5 33 AC 16 28
Octal 120 174 166 43 0 5 63 254 26 50
Binary 1010000 1111100 1110110 100011 0 101 110011 10101100 10110 101000

Color Harmonies of #507C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C76

Black with #507C76

Text Example


Text Example

White with #507C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507C76; }

 p { color: rgb(80,124,118); }

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

background-color css

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

 a { background-color: rgb(80,124,118); }

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

border-color css

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

 span { border-color: rgb(80,124,118); }

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