Html Css Color HEX #77569D Studio

📋 copy color: '#77569D'

red 119 ◦ green 86 ◦ blue 157

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

Shades of Studio #77569D

Tints of Studio #77569D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 32.87%
G = 23.76%
B = 43.37%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77569D (or 0x77569D) is known color: Studio. HEX triplet: 77, 56 and 9D. RGB value is (119,86,157). Sum of RGB (Red+Green+Blue) = 119+86+157=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #77569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77569D is #88A962. Grayscale: #676767. Windows color (decimal): -8956259 or 10311287. OLE color: 10311287.

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

Color convert

RGB 119 86 157 -
CMYK 0.24 0.45 0 0.38
HSL 267.89º 0.29% 0.48% -
HSV(B) 267.89º 0.45% 0.62% -
XYZ 17.02 13.01 33.51 -
YUV 103.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 119 86 157 0.24 0.45 0 0.38 267.89 0.29 0.48
Hex 77 56 9D 18 2D 0 26 10C 1D 30
Octal 167 126 235 30 55 0 46 414 35 60
Binary 1110111 1010110 10011101 11000 101101 0 100110 100001100 11101 110000

Color Harmonies of #77569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77569D

Black with #77569D

Text Example


Text Example

White with #77569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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