Html Css Color HEX #7757AC Studio

📋 copy color: '#7757AC'

red 119 ◦ green 87 ◦ blue 172

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

Shades of Studio #7757AC

Tints of Studio #7757AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 31.48%
G = 23.02%
B = 45.5%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7757AC (or 0x7757AC) is known color: Studio. HEX triplet: 77, 57 and AC. RGB value is (119,87,172). Sum of RGB (Red+Green+Blue) = 119+87+172=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #7757AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7757AC is #88A853. Grayscale: #696969. Windows color (decimal): -8955988 or 11294583. OLE color: 11294583.

HSL color Cylindrical-coordinate representation of color #7757AC: hue angle of 262.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7757AC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 87 172 -
CMYK 0.31 0.49 0 0.33
HSL 262.59º 0.34% 0.51% -
HSV(B) 262.59º 0.49% 0.67% -
XYZ 18.46 13.72 40.7 -
YUV 106.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 119 87 172 0.31 0.49 0 0.33 262.59 0.34 0.51
Hex 77 57 AC 1F 31 0 21 107 22 33
Octal 167 127 254 37 61 0 41 407 42 63
Binary 1110111 1010111 10101100 11111 110001 0 100001 100000111 100010 110011

Color Harmonies of #7757AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7757AC

Black with #7757AC

Text Example


Text Example

White with #7757AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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