Shades of Breaker Bay #627C7C
Tints of Breaker Bay #627C7C
RGB
CMYK
RGB Variations
Color information
#627C7C (or 0x627C7C) is known color: Breaker Bay. HEX triplet: 62, 7C and 7C. RGB value is (98,124,124). Sum of RGB (Red+Green+Blue) = 98+124+124=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #627C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C7C is #9D8383. Grayscale: #747474. Windows color (decimal): -10322820 or 8158306. OLE color: 8158306.
HSL color Cylindrical-coordinate representation of color #627C7C: hue angle of 180º 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 #627C7C is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 124 | - |
| CMYK | 0.21 | 0 | 0 | 0.51 |
| HSL | 180º | 0.12% | 0.44% | - |
| HSV(B) | 180º | 0.21% | 0.49% | - |
| XYZ | 15.88 | 18.47 | 21.8 | - |
| YUV | 116.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 124 | 0.21 | 0 | 0 | 0.51 | 180 | 0.12 | 0.44 |
| Hex | 62 | 7C | 7C | 15 | 0 | 0 | 33 | B4 | C | 2C |
| Octal | 142 | 174 | 174 | 25 | 0 | 0 | 63 | 264 | 14 | 54 |
| Binary | 1100010 | 1111100 | 1111100 | 10101 | 0 | 0 | 110011 | 10110100 | 1100 | 101100 |
Color Harmonies of #627C7C
Complementary color
Monochromatic Colors of #627C7C
Black with #627C7C
Text Example
Text Example
White with #627C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C7C; }
p { color: rgb(98,124,124); }
H1.HeaderClassName
{
color: #627C7C;
}
.AnyTagClassName
{
color: #627C7C;
}
</style>
background-color css
<style>
a { background-color: #627C7C; }
a { background-color: rgb(98,124,124); }
div.DivClassName
{
background-color: #627C7C;
}
.BgClassName
{
background-color: #627C7C;
}
</style>
border-color css
<style>
span { border-color: #627C7C; }
span { border-color: rgb(98,124,124); }
td.TdClassName
{
border-color: #627C7C;
}
.TagClassName
{
border-color: #627C7C;
}
</style>