Html Css Color HEX #7752B3 Studio

📋 copy color: '#7752B3'

red 119 ◦ green 82 ◦ blue 179

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

Shades of Studio #7752B3

Tints of Studio #7752B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.11%

R = 31.32%
G = 21.58%
B = 47.11%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7752B3 (or 0x7752B3) is known color: Studio. HEX triplet: 77, 52 and B3. RGB value is (119,82,179). Sum of RGB (Red+Green+Blue) = 119+82+179=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #7752B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752B3 is #88AD4C. Grayscale: #676767. Windows color (decimal): -8957261 or 11752055. OLE color: 11752055.

HSL color Cylindrical-coordinate representation of color #7752B3: hue angle of 262.89º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7752B3 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 82 179 -
CMYK 0.34 0.54 0 0.30
HSL 262.89º 0.39% 0.51% -
HSV(B) 262.89º 0.54% 0.7% -
XYZ 18.76 13.21 44.21 -
YUV 104.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 119 82 179 0.34 0.54 0 0.30 262.89 0.39 0.51
Hex 77 52 B3 22 36 0 1E 107 27 33
Octal 167 122 263 42 66 0 36 407 47 63
Binary 1110111 1010010 10110011 100010 110110 0 11110 100000111 100111 110011

Color Harmonies of #7752B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752B3

Black with #7752B3

Text Example


Text Example

White with #7752B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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