Html Css Color HEX #7756AE Studio

📋 copy color: '#7756AE'

red 119 ◦ green 86 ◦ blue 174

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

Shades of Studio #7756AE

Tints of Studio #7756AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 31.4%
G = 22.69%
B = 45.91%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7756AE (or 0x7756AE) is known color: Studio. HEX triplet: 77, 56 and AE. RGB value is (119,86,174). Sum of RGB (Red+Green+Blue) = 119+86+174=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #7756AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7756AE is #88A951. Grayscale: #696969. Windows color (decimal): -8956242 or 11425399. OLE color: 11425399.

HSL color Cylindrical-coordinate representation of color #7756AE: hue angle of 262.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7756AE is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 86 174 -
CMYK 0.32 0.51 0 0.32
HSL 262.5º 0.35% 0.51% -
HSV(B) 262.5º 0.51% 0.68% -
XYZ 18.58 13.63 41.7 -
YUV 105.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 119 86 174 0.32 0.51 0 0.32 262.5 0.35 0.51
Hex 77 56 AE 20 33 0 20 106 23 33
Octal 167 126 256 40 63 0 40 406 43 63
Binary 1110111 1010110 10101110 100000 110011 0 100000 100000110 100011 110011

Color Harmonies of #7756AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756AE

Black with #7756AE

Text Example


Text Example

White with #7756AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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