Html Css Color HEX #7752AA Studio

📋 copy color: '#7752AA'

red 119 ◦ green 82 ◦ blue 170

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

Shades of Studio #7752AA

Tints of Studio #7752AA

RGB

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

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

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

R = 32.08%
G = 22.1%
B = 45.82%

CMYK

 C value IS 0.3

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7752AA (or 0x7752AA) is known color: Studio. HEX triplet: 77, 52 and AA. RGB value is (119,82,170). Sum of RGB (Red+Green+Blue) = 119+82+170=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #7752AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7752AA is #88AD55. Grayscale: #666666. Windows color (decimal): -8957270 or 11162231. OLE color: 11162231.

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

Color convert

RGB 119 82 170 -
CMYK 0.3 0.52 0 0.33
HSL 265.23º 0.35% 0.49% -
HSV(B) 265.23º 0.52% 0.67% -
XYZ 17.88 12.86 39.57 -
YUV 103.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 119 82 170 0.3 0.52 0 0.33 265.23 0.35 0.49
Hex 77 52 AA 1E 34 0 21 109 23 31
Octal 167 122 252 36 64 0 41 411 43 61
Binary 1110111 1010010 10101010 11110 110100 0 100001 100001001 100011 110001

Color Harmonies of #7752AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752AA

Black with #7752AA

Text Example


Text Example

White with #7752AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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