Html Css Color HEX #7754A0 Studio

📋 copy color: '#7754A0'

red 119 ◦ green 84 ◦ blue 160

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

Shades of Studio #7754A0

Tints of Studio #7754A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 32.78%
G = 23.14%
B = 44.08%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7754A0 (or 0x7754A0) is known color: Studio. HEX triplet: 77, 54 and A0. RGB value is (119,84,160). Sum of RGB (Red+Green+Blue) = 119+84+160=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #7754A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7754A0 is #88AB5F. Grayscale: #666666. Windows color (decimal): -8956768 or 10507383. OLE color: 10507383.

HSL color Cylindrical-coordinate representation of color #7754A0: hue angle of 267.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7754A0 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 84 160 -
CMYK 0.26 0.48 0 0.37
HSL 267.63º 0.31% 0.48% -
HSV(B) 267.63º 0.48% 0.63% -
XYZ 17.12 12.8 34.83 -
YUV 103.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 119 84 160 0.26 0.48 0 0.37 267.63 0.31 0.48
Hex 77 54 A0 1A 30 0 25 10C 1F 30
Octal 167 124 240 32 60 0 45 414 37 60
Binary 1110111 1010100 10100000 11010 110000 0 100101 100001100 11111 110000

Color Harmonies of #7754A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7754A0

Black with #7754A0

Text Example


Text Example

White with #7754A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7754A0; }

 p { color: rgb(119,84,160); }

 H1.HeaderClassName
 {
   color: #7754A0;
 }
 .AnyTagClassName
 {
   color: #7754A0;
 }
</style>

background-color css

<style>
 a { background-color: #7754A0; }

 a { background-color: rgb(119,84,160); }

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

border-color css

<style>
 span { border-color: #7754A0; }

 span { border-color: rgb(119,84,160); }

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