Html Css Color HEX #7753B3 Studio

📋 copy color: '#7753B3'

red 119 ◦ green 83 ◦ blue 179

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

Shades of Studio #7753B3

Tints of Studio #7753B3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 31.23%
G = 21.78%
B = 46.98%

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

#7753B3 (or 0x7753B3) is known color: Studio. HEX triplet: 77, 53 and B3. RGB value is (119,83,179). Sum of RGB (Red+Green+Blue) = 119+83+179=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #7753B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753B3 is #88AC4C. Grayscale: #686868. Windows color (decimal): -8957005 or 11752311. OLE color: 11752311.

HSL color Cylindrical-coordinate representation of color #7753B3: hue angle of 262.5º 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 #7753B3 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 83 179 -
CMYK 0.34 0.54 0 0.30
HSL 262.5º 0.39% 0.51% -
HSV(B) 262.5º 0.54% 0.7% -
XYZ 18.84 13.36 44.23 -
YUV 104.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 119 83 179 0.34 0.54 0 0.30 262.5 0.39 0.51
Hex 77 53 B3 22 36 0 1E 106 27 33
Octal 167 123 263 42 66 0 36 406 47 63
Binary 1110111 1010011 10110011 100010 110110 0 11110 100000110 100111 110011

Color Harmonies of #7753B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7753B3

Black with #7753B3

Text Example


Text Example

White with #7753B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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