Html Css Color HEX #7757A2 Studio

📋 copy color: '#7757A2'

red 119 ◦ green 87 ◦ blue 162

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

Shades of Studio #7757A2

Tints of Studio #7757A2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.64%

 BLUE value IS 162 (63.67% from 255) = 44.02%

R = 32.34%
G = 23.64%
B = 44.02%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7757A2 (or 0x7757A2) is known color: Studio. HEX triplet: 77, 57 and A2. RGB value is (119,87,162). Sum of RGB (Red+Green+Blue) = 119+87+162=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 162 - color contains mainly: blue. Hex color #7757A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7757A2 is #88A85D. Grayscale: #686868. Windows color (decimal): -8955998 or 10639223. OLE color: 10639223.

HSL color Cylindrical-coordinate representation of color #7757A2: hue angle of 265.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7757A2 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 87 162 -
CMYK 0.27 0.46 0 0.36
HSL 265.6º 0.3% 0.49% -
HSV(B) 265.6º 0.46% 0.64% -
XYZ 17.54 13.35 35.83 -
YUV 105.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 119 87 162 0.27 0.46 0 0.36 265.6 0.3 0.49
Hex 77 57 A2 1B 2E 0 24 10A 1E 31
Octal 167 127 242 33 56 0 44 412 36 61
Binary 1110111 1010111 10100010 11011 101110 0 100100 100001010 11110 110001

Color Harmonies of #7757A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7757A2

Black with #7757A2

Text Example


Text Example

White with #7757A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7757A2; }

 p { color: rgb(119,87,162); }

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

background-color css

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

 a { background-color: rgb(119,87,162); }

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

border-color css

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

 span { border-color: rgb(119,87,162); }

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