#507B76

Color #507B76 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #507B76

Tints of Breaker Bay #507B76

Color information

#507B76 (or 0x507B76) is unknown color: approx Breaker Bay. HEX triplet: 50, 7B and 76. RGB value is (80,123,118). Sum of RGB (Red+Green+Blue) = 80+123+118=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #507B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B76 is #AF8489. Grayscale: #6D6D6D. Windows color (decimal): -11502730 or 7764816. OLE color: 7764816.

HSL color Cylindrical-coordinate representation of color #507B76: hue angle of 173.02º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507B76 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB80123118-
CMYK0.3500.040.52
HSL173.02º21.18%39.8%-
HSV(B)173.02º34.96%48.24%-
XYZ13.6617.1819.74-
YUV109.57132.75106.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=24.92%
G=38.32%
B=36.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801231180.3500.040.52173.0221.1839.8
Hex507B76230434ad1528
Octal1201731664304642552550
Binary10100001111011111011010001101001101001010110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #507B76;
 }
 .AnyTagClassName
 {
   color: #507B76;
 }
</style>
background-color css

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

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

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

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

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

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