Html Css Color HEX #7752AE Studio

📋 copy color: '#7752AE'

red 119 ◦ green 82 ◦ blue 174

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

Shades of Studio #7752AE

Tints of Studio #7752AE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

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

R = 31.73%
G = 21.87%
B = 46.4%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7752AE (or 0x7752AE) is known color: Studio. HEX triplet: 77, 52 and AE. RGB value is (119,82,174). Sum of RGB (Red+Green+Blue) = 119+82+174=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #7752AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7752AE is #88AD51. Grayscale: #676767. Windows color (decimal): -8957266 or 11424375. OLE color: 11424375.

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

Color convert

RGB 119 82 174 -
CMYK 0.32 0.53 0 0.32
HSL 264.13º 0.36% 0.5% -
HSV(B) 264.13º 0.53% 0.68% -
XYZ 18.27 13.01 41.59 -
YUV 103.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 119 82 174 0.32 0.53 0 0.32 264.13 0.36 0.5
Hex 77 52 AE 20 35 0 20 108 24 32
Octal 167 122 256 40 65 0 40 410 44 62
Binary 1110111 1010010 10101110 100000 110101 0 100000 100001000 100100 110010

Color Harmonies of #7752AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752AE

Black with #7752AE

Text Example


Text Example

White with #7752AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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