Html Css Color HEX #77569C Studio

📋 copy color: '#77569C'

red 119 ◦ green 86 ◦ blue 156

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

Shades of Studio #77569C

Tints of Studio #77569C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 32.96%
G = 23.82%
B = 43.21%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77569C (or 0x77569C) is known color: Studio. HEX triplet: 77, 56 and 9C. RGB value is (119,86,156). Sum of RGB (Red+Green+Blue) = 119+86+156=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #77569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77569C is #88A963. Grayscale: #676767. Windows color (decimal): -8956260 or 10245751. OLE color: 10245751.

HSL color Cylindrical-coordinate representation of color #77569C: hue angle of 268.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77569C is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 86 156 -
CMYK 0.24 0.45 0 0.39
HSL 268.29º 0.29% 0.47% -
HSV(B) 268.29º 0.45% 0.61% -
XYZ 16.94 12.98 33.06 -
YUV 103.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 119 86 156 0.24 0.45 0 0.39 268.29 0.29 0.47
Hex 77 56 9C 18 2D 0 27 10C 1D 2F
Octal 167 126 234 30 55 0 47 414 35 57
Binary 1110111 1010110 10011100 11000 101101 0 100111 100001100 11101 101111

Color Harmonies of #77569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77569C

Black with #77569C

Text Example


Text Example

White with #77569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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