Shades of Breaker Bay #627C7B
Tints of Breaker Bay #627C7B
RGB
CMYK
RGB Variations
Color information
#627C7B (or 0x627C7B) is known color: Breaker Bay. HEX triplet: 62, 7C and 7B. RGB value is (98,124,123). Sum of RGB (Red+Green+Blue) = 98+124+123=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #627C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C7B is #9D8384. Grayscale: #747474. Windows color (decimal): -10322821 or 8092770. OLE color: 8092770.
HSL color Cylindrical-coordinate representation of color #627C7B: hue angle of 177.69º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #627C7B is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 123 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.51 |
| HSL | 177.69º | 0.12% | 0.44% | - |
| HSV(B) | 177.69º | 0.21% | 0.49% | - |
| XYZ | 15.82 | 18.44 | 21.46 | - |
| YUV | 116.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 123 | 0.21 | 0 | 0.01 | 0.51 | 177.69 | 0.12 | 0.44 |
| Hex | 62 | 7C | 7B | 15 | 0 | 1 | 33 | B2 | C | 2C |
| Octal | 142 | 174 | 173 | 25 | 0 | 1 | 63 | 262 | 14 | 54 |
| Binary | 1100010 | 1111100 | 1111011 | 10101 | 0 | 1 | 110011 | 10110010 | 1100 | 101100 |
Color Harmonies of #627C7B
Complementary color
Monochromatic Colors of #627C7B
Black with #627C7B
Text Example
Text Example
White with #627C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C7B; }
p { color: rgb(98,124,123); }
H1.HeaderClassName
{
color: #627C7B;
}
.AnyTagClassName
{
color: #627C7B;
}
</style>
background-color css
<style>
a { background-color: #627C7B; }
a { background-color: rgb(98,124,123); }
div.DivClassName
{
background-color: #627C7B;
}
.BgClassName
{
background-color: #627C7B;
}
</style>
border-color css
<style>
span { border-color: #627C7B; }
span { border-color: rgb(98,124,123); }
td.TdClassName
{
border-color: #627C7B;
}
.TagClassName
{
border-color: #627C7B;
}
</style>