#5F7876

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

Shades of Breaker Bay #5F7876

Tints of Breaker Bay #5F7876

Color information

#5F7876 (or 0x5F7876) is unknown color: approx Breaker Bay. HEX triplet: 5F, 78 and 76. RGB value is (95,120,118). Sum of RGB (Red+Green+Blue) = 95+120+118=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #5F7876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7876 is #A08789. Grayscale: #707070. Windows color (decimal): -10520458 or 7764063. OLE color: 7764063.

HSL color Cylindrical-coordinate representation of color #5F7876: hue angle of 175.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F7876 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB95120118-
CMYK0.2100.020.53
HSL175.2º11.63%42.16%-
HSV(B)175.2º20.83%47.06%-
XYZ14.7117.1719.68-
YUV112.3131.22115.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=28.53%
G=36.04%
B=35.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal951201180.2100.020.53175.211.6342.16
Hex5F7876150235afc2a
Octal1371701662502652571452
Binary10111111111000111011010101010110101101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F7876; }

 p { color: rgb(95,120,118); }

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

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

 a { background-color: rgb(95,120,118); }

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

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

 span { border-color: rgb(95,120,118); }

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