Shades of Studio #7743B2
Tints of Studio #7743B2
RGB
CMYK
RGB Variations
Color information
#7743B2 (or 0x7743B2) is known color: Studio. HEX triplet: 77, 43 and B2. RGB value is (119,67,178). Sum of RGB (Red+Green+Blue) = 119+67+178=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #7743B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7743B2 is #88BC4D. Grayscale: #5E5E5E. Windows color (decimal): -8961102 or 11682679. OLE color: 11682679.
HSL color Cylindrical-coordinate representation of color #7743B2: hue angle of 268.11º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7743B2 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 67 | 178 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.30 |
| HSL | 268.11º | 0.45% | 0.48% | - |
| HSV(B) | 268.11º | 0.62% | 0.7% | - |
| XYZ | 17.65 | 11.15 | 43.34 | - |
| YUV | 95.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 178 | 0.33 | 0.62 | 0 | 0.30 | 268.11 | 0.45 | 0.48 |
| Hex | 77 | 43 | B2 | 21 | 3E | 0 | 1E | 10C | 2D | 30 |
| Octal | 167 | 103 | 262 | 41 | 76 | 0 | 36 | 414 | 55 | 60 |
| Binary | 1110111 | 1000011 | 10110010 | 100001 | 111110 | 0 | 11110 | 100001100 | 101101 | 110000 |
Color Harmonies of #7743B2
Complementary color
Monochromatic Colors of #7743B2
Black with #7743B2
Text Example
Text Example
White with #7743B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7743B2; }
p { color: rgb(119,67,178); }
H1.HeaderClassName
{
color: #7743B2;
}
.AnyTagClassName
{
color: #7743B2;
}
</style>
background-color css
<style>
a { background-color: #7743B2; }
a { background-color: rgb(119,67,178); }
div.DivClassName
{
background-color: #7743B2;
}
.BgClassName
{
background-color: #7743B2;
}
</style>
border-color css
<style>
span { border-color: #7743B2; }
span { border-color: rgb(119,67,178); }
td.TdClassName
{
border-color: #7743B2;
}
.TagClassName
{
border-color: #7743B2;
}
</style>