Shades of Paradiso #407F7E
Tints of Paradiso #407F7E
RGB
CMYK
RGB Variations
Color information
#407F7E (or 0x407F7E) is known color: Paradiso. HEX triplet: 40, 7F and 7E. RGB value is (64,127,126). Sum of RGB (Red+Green+Blue) = 64+127+126=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 127 - color contains mainly: green. Hex color #407F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F7E is #BF8081. Grayscale: #6B6B6B. Windows color (decimal): -12550274 or 8290112. OLE color: 8290112.
HSL color Cylindrical-coordinate representation of color #407F7E: hue angle of 179.05º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F7E is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 126 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.50 |
| HSL | 179.05º | 0.33% | 0.37% | - |
| HSV(B) | 179.05º | 0.5% | 0.5% | - |
| XYZ | 13.47 | 17.78 | 22.46 | - |
| YUV | 108.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 126 | 0.50 | 0 | 0.01 | 0.50 | 179.05 | 0.33 | 0.37 |
| Hex | 40 | 7F | 7E | 32 | 0 | 1 | 32 | B3 | 21 | 25 |
| Octal | 100 | 177 | 176 | 62 | 0 | 1 | 62 | 263 | 41 | 45 |
| Binary | 1000000 | 1111111 | 1111110 | 110010 | 0 | 1 | 110010 | 10110011 | 100001 | 100101 |
Color Harmonies of #407F7E
Complementary color
Monochromatic Colors of #407F7E
Black with #407F7E
Text Example
Text Example
White with #407F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F7E; }
p { color: rgb(64,127,126); }
H1.HeaderClassName
{
color: #407F7E;
}
.AnyTagClassName
{
color: #407F7E;
}
</style>
background-color css
<style>
a { background-color: #407F7E; }
a { background-color: rgb(64,127,126); }
div.DivClassName
{
background-color: #407F7E;
}
.BgClassName
{
background-color: #407F7E;
}
</style>
border-color css
<style>
span { border-color: #407F7E; }
span { border-color: rgb(64,127,126); }
td.TdClassName
{
border-color: #407F7E;
}
.TagClassName
{
border-color: #407F7E;
}
</style>