Html Css Color HEX #527D76 Breaker Bay

📋 copy color: '#527D76'

red 82 ◦ green 125 ◦ blue 118

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

Shades of Breaker Bay #527D76

Tints of Breaker Bay #527D76

RGB

 RED value IS 82 (32.42% from 255) = 25.23%

 GREEN value IS 125 (49.22% from 255) = 38.46%

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

R = 25.23%
G = 38.46%
B = 36.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#527D76 (or 0x527D76) is known color: Breaker Bay. HEX triplet: 52, 7D and 76. RGB value is (82,125,118). Sum of RGB (Red+Green+Blue) = 82+125+118=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #527D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D76 is #AD8289. Grayscale: #6F6F6F. Windows color (decimal): -11371146 or 7765330. OLE color: 7765330.

HSL color Cylindrical-coordinate representation of color #527D76: hue angle of 170.23º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527D76 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 125 118 -
CMYK 0.34 0 0.06 0.51
HSL 170.23º 0.21% 0.41% -
HSV(B) 170.23º 0.34% 0.49% -
XYZ 14.08 17.77 19.83 -
YUV 111.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 82 125 118 0.34 0 0.06 0.51 170.23 0.21 0.41
Hex 52 7D 76 22 0 6 33 AA 15 29
Octal 122 175 166 42 0 6 63 252 25 51
Binary 1010010 1111101 1110110 100010 0 110 110011 10101010 10101 101001

Color Harmonies of #527D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D76

Black with #527D76

Text Example


Text Example

White with #527D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527D76; }

 p { color: rgb(82,125,118); }

 H1.HeaderClassName
 {
   color: #527D76;
 }
 .AnyTagClassName
 {
   color: #527D76;
 }
</style>

background-color css

<style>
 a { background-color: #527D76; }

 a { background-color: rgb(82,125,118); }

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

border-color css

<style>
 span { border-color: #527D76; }

 span { border-color: rgb(82,125,118); }

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