Html Css Color HEX #7757AB Studio

📋 copy color: '#7757AB'

red 119 ◦ green 87 ◦ blue 171

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

Shades of Studio #7757AB

Tints of Studio #7757AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 31.56%
G = 23.08%
B = 45.36%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7757AB (or 0x7757AB) is known color: Studio. HEX triplet: 77, 57 and AB. RGB value is (119,87,171). Sum of RGB (Red+Green+Blue) = 119+87+171=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #7757AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7757AB is #88A854. Grayscale: #696969. Windows color (decimal): -8955989 or 11229047. OLE color: 11229047.

HSL color Cylindrical-coordinate representation of color #7757AB: hue angle of 262.86º degrees, saturation: 0.33, 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 #7757AB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 87 171 -
CMYK 0.30 0.49 0 0.33
HSL 262.86º 0.33% 0.51% -
HSV(B) 262.86º 0.49% 0.67% -
XYZ 18.37 13.68 40.2 -
YUV 106.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 119 87 171 0.30 0.49 0 0.33 262.86 0.33 0.51
Hex 77 57 AB 1E 31 0 21 107 21 33
Octal 167 127 253 36 61 0 41 407 41 63
Binary 1110111 1010111 10101011 11110 110001 0 100001 100000111 100001 110011

Color Harmonies of #7757AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7757AB

Black with #7757AB

Text Example


Text Example

White with #7757AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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