Html Css Color HEX #7755B1 Studio

📋 copy color: '#7755B1'

red 119 ◦ green 85 ◦ blue 177

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

Shades of Studio #7755B1

Tints of Studio #7755B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 177 (69.53% from 255) = 46.46%

R = 31.23%
G = 22.31%
B = 46.46%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7755B1 (or 0x7755B1) is known color: Studio. HEX triplet: 77, 55 and B1. RGB value is (119,85,177). Sum of RGB (Red+Green+Blue) = 119+85+177=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #7755B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7755B1 is #88AA4E. Grayscale: #696969. Windows color (decimal): -8956495 or 11621751. OLE color: 11621751.

HSL color Cylindrical-coordinate representation of color #7755B1: hue angle of 262.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7755B1 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 85 177 -
CMYK 0.33 0.52 0 0.31
HSL 262.17º 0.37% 0.51% -
HSV(B) 262.17º 0.52% 0.69% -
XYZ 18.79 13.59 43.23 -
YUV 105.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 119 85 177 0.33 0.52 0 0.31 262.17 0.37 0.51
Hex 77 55 B1 21 34 0 1F 106 25 33
Octal 167 125 261 41 64 0 37 406 45 63
Binary 1110111 1010101 10110001 100001 110100 0 11111 100000110 100101 110011

Color Harmonies of #7755B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7755B1

Black with #7755B1

Text Example


Text Example

White with #7755B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7755B1; }

 p { color: rgb(119,85,177); }

 H1.HeaderClassName
 {
   color: #7755B1;
 }
 .AnyTagClassName
 {
   color: #7755B1;
 }
</style>

background-color css

<style>
 a { background-color: #7755B1; }

 a { background-color: rgb(119,85,177); }

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

border-color css

<style>
 span { border-color: #7755B1; }

 span { border-color: rgb(119,85,177); }

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