Html Css Color HEX #7757A5 Studio

📋 copy color: '#7757A5'

red 119 ◦ green 87 ◦ blue 165

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

Shades of Studio #7757A5

Tints of Studio #7757A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.47%

R = 32.08%
G = 23.45%
B = 44.47%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7757A5 (or 0x7757A5) is known color: Studio. HEX triplet: 77, 57 and A5. RGB value is (119,87,165). Sum of RGB (Red+Green+Blue) = 119+87+165=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #7757A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7757A5 is #88A85A. Grayscale: #696969. Windows color (decimal): -8955995 or 10835831. OLE color: 10835831.

HSL color Cylindrical-coordinate representation of color #7757A5: hue angle of 264.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7757A5 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 87 165 -
CMYK 0.28 0.47 0 0.35
HSL 264.62º 0.31% 0.49% -
HSV(B) 264.62º 0.47% 0.65% -
XYZ 17.81 13.45 37.26 -
YUV 105.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 119 87 165 0.28 0.47 0 0.35 264.62 0.31 0.49
Hex 77 57 A5 1C 2F 0 23 109 1F 31
Octal 167 127 245 34 57 0 43 411 37 61
Binary 1110111 1010111 10100101 11100 101111 0 100011 100001001 11111 110001

Color Harmonies of #7757A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7757A5

Black with #7757A5

Text Example


Text Example

White with #7757A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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