#607F7D

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

Shades of Breaker Bay #607F7D

Tints of Breaker Bay #607F7D

Color information

#607F7D (or 0x607F7D) is unknown color: approx Breaker Bay. HEX triplet: 60, 7F and 7D. RGB value is (96,127,125). Sum of RGB (Red+Green+Blue) = 96+127+125=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #607F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F7D is #9F8082. Grayscale: #757575. Windows color (decimal): -10453123 or 8224608. OLE color: 8224608.

HSL color Cylindrical-coordinate representation of color #607F7D: hue angle of 176.13º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F7D is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB96127125-
CMYK0.2400.020.50
HSL176.13º13.9%43.73%-
HSV(B)176.13º24.41%49.8%-
XYZ16.1119.1522.25-
YUV117.5132.23112.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=27.59%
G=36.49%
B=35.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961271250.2400.020.50176.1313.943.73
Hex607F7D180232b0e2c
Octal1401771753002622601654
Binary11000001111111111110111000010110010101100001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607F7D; }

 p { color: rgb(96,127,125); }

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

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

 a { background-color: rgb(96,127,125); }

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

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

 span { border-color: rgb(96,127,125); }

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