Html Css Color HEX #7756AA Studio

📋 copy color: '#7756AA'

red 119 ◦ green 86 ◦ blue 170

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

Shades of Studio #7756AA

Tints of Studio #7756AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 31.73%
G = 22.93%
B = 45.33%

CMYK

 C value IS 0.3

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7756AA (or 0x7756AA) is known color: Studio. HEX triplet: 77, 56 and AA. RGB value is (119,86,170). Sum of RGB (Red+Green+Blue) = 119+86+170=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #7756AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7756AA is #88A955. Grayscale: #696969. Windows color (decimal): -8956246 or 11163255. OLE color: 11163255.

HSL color Cylindrical-coordinate representation of color #7756AA: hue angle of 263.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7756AA is Cyan = 0.3, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 86 170 -
CMYK 0.3 0.49 0 0.33
HSL 263.57º 0.33% 0.5% -
HSV(B) 263.57º 0.49% 0.67% -
XYZ 18.19 13.48 39.67 -
YUV 105.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 119 86 170 0.3 0.49 0 0.33 263.57 0.33 0.5
Hex 77 56 AA 1E 31 0 21 108 21 32
Octal 167 126 252 36 61 0 41 410 41 62
Binary 1110111 1010110 10101010 11110 110001 0 100001 100001000 100001 110010

Color Harmonies of #7756AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756AA

Black with #7756AA

Text Example


Text Example

White with #7756AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7756AA; }

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

 H1.HeaderClassName
 {
   color: #7756AA;
 }
 .AnyTagClassName
 {
   color: #7756AA;
 }
</style>

background-color css

<style>
 a { background-color: #7756AA; }

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

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

border-color css

<style>
 span { border-color: #7756AA; }

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

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