Html Css Color HEX #775698 Studio

📋 copy color: '#775698'

red 119 ◦ green 86 ◦ blue 152

#775698
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #775698

Tints of Studio #775698

RGB

 RED value IS 119 (46.88% from 255) = 33.33%

 GREEN value IS 86 (33.98% from 255) = 24.09%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 33.33%
G = 24.09%
B = 42.58%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#775698 (or 0x775698) is known color: Studio. HEX triplet: 77, 56 and 98. RGB value is (119,86,152). Sum of RGB (Red+Green+Blue) = 119+86+152=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #775698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775698 is #88A967. Grayscale: #676767. Windows color (decimal): -8956264 or 9983607. OLE color: 9983607.

HSL color Cylindrical-coordinate representation of color #775698: hue angle of 270º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775698 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 86 152 -
CMYK 0.22 0.43 0 0.40
HSL 270º 0.28% 0.47% -
HSV(B) 270º 0.43% 0.6% -
XYZ 16.6 12.84 31.31 -
YUV 103.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 119 86 152 0.22 0.43 0 0.40 270 0.28 0.47
Hex 77 56 98 16 2B 0 28 10E 1C 2F
Octal 167 126 230 26 53 0 50 416 34 57
Binary 1110111 1010110 10011000 10110 101011 0 101000 100001110 11100 101111

Color Harmonies of #775698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775698

Black with #775698

Text Example


Text Example

White with #775698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775698; }

 p { color: rgb(119,86,152); }

 H1.HeaderClassName
 {
   color: #775698;
 }
 .AnyTagClassName
 {
   color: #775698;
 }
</style>

background-color css

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

 a { background-color: rgb(119,86,152); }

 div.DivClassName
 {
   background-color: #775698;
 }
 .BgClassName
 {
   background-color: #775698;
 }
</style>

border-color css

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

 span { border-color: rgb(119,86,152); }

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