#487D77

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

Shades of Breaker Bay #487D77

Tints of Breaker Bay #487D77

Color information

#487D77 (or 0x487D77) is unknown color: approx Breaker Bay. HEX triplet: 48, 7D and 77. RGB value is (72,125,119). Sum of RGB (Red+Green+Blue) = 72+125+119=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 125 - color contains mainly: green. Hex color #487D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487D77 is #B78288. Grayscale: #6C6C6C. Windows color (decimal): -12026505 or 7830856. OLE color: 7830856.

HSL color Cylindrical-coordinate representation of color #487D77: hue angle of 173.21º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487D77 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB72125119-
CMYK0.4200.050.51
HSL173.21º26.9%38.63%-
HSV(B)173.21º42.4%49.02%-
XYZ13.3417.3820.1-
YUV108.47133.94101.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=22.78%
G=39.56%
B=37.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721251190.4200.050.51173.2126.938.63
Hex487D772A0533ad1b27
Octal1101751675205632553347
Binary10010001111101111011110101001011100111010110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487D77; }

 p { color: rgb(72,125,119); }

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

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

 a { background-color: rgb(72,125,119); }

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

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

 span { border-color: rgb(72,125,119); }

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