Html Css Color HEX #507A75 Breaker Bay

📋 copy color: '#507A75'

red 80 ◦ green 122 ◦ blue 117

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

Shades of Breaker Bay #507A75

Tints of Breaker Bay #507A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 25.08%
G = 38.24%
B = 36.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#507A75 (or 0x507A75) is known color: Breaker Bay. HEX triplet: 50, 7A and 75. RGB value is (80,122,117). Sum of RGB (Red+Green+Blue) = 80+122+117=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 122 - color contains mainly: green. Hex color #507A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A75 is #AF858A. Grayscale: #6C6C6C. Windows color (decimal): -11502987 or 7699024. OLE color: 7699024.

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

Color convert

RGB 80 122 117 -
CMYK 0.34 0 0.04 0.52
HSL 172.86º 0.21% 0.4% -
HSV(B) 172.86º 0.34% 0.48% -
XYZ 13.48 16.91 19.38 -
YUV 108.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 80 122 117 0.34 0 0.04 0.52 172.86 0.21 0.4
Hex 50 7A 75 22 0 4 34 AD 15 28
Octal 120 172 165 42 0 4 64 255 25 50
Binary 1010000 1111010 1110101 100010 0 100 110100 10101101 10101 101000

Color Harmonies of #507A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507A75

Black with #507A75

Text Example


Text Example

White with #507A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,122,117); }

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

background-color css

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

 a { background-color: rgb(80,122,117); }

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

border-color css

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

 span { border-color: rgb(80,122,117); }

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