Html Css Color HEX #577776 Breaker Bay

📋 copy color: '#577776'

red 87 ◦ green 119 ◦ blue 118

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

Shades of Breaker Bay #577776

Tints of Breaker Bay #577776

RGB

 RED value IS 87 (34.38% from 255) = 26.85%

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 26.85%
G = 36.73%
B = 36.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#577776 (or 0x577776) is known color: Breaker Bay. HEX triplet: 57, 77 and 76. RGB value is (87,119,118). Sum of RGB (Red+Green+Blue) = 87+119+118=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #577776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577776 is #A88889. Grayscale: #6D6D6D. Windows color (decimal): -11045002 or 7763799. OLE color: 7763799.

HSL color Cylindrical-coordinate representation of color #577776: hue angle of 178.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577776 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 119 118 -
CMYK 0.27 0 0.01 0.53
HSL 178.13º 0.16% 0.4% -
HSV(B) 178.13º 0.27% 0.47% -
XYZ 13.8 16.53 19.6 -
YUV 109.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 87 119 118 0.27 0 0.01 0.53 178.13 0.16 0.4
Hex 57 77 76 1B 0 1 35 B2 10 28
Octal 127 167 166 33 0 1 65 262 20 50
Binary 1010111 1110111 1110110 11011 0 1 110101 10110010 10000 101000

Color Harmonies of #577776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577776

Black with #577776

Text Example


Text Example

White with #577776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577776; }

 p { color: rgb(87,119,118); }

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

background-color css

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

 a { background-color: rgb(87,119,118); }

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

border-color css

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

 span { border-color: rgb(87,119,118); }

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