Html Css Color HEX #7740BA Studio

📋 copy color: '#7740BA'

red 119 ◦ green 64 ◦ blue 186

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

Shades of Studio #7740BA

Tints of Studio #7740BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 32.25%
G = 17.34%
B = 50.41%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7740BA (or 0x7740BA) is known color: Studio. HEX triplet: 77, 40 and BA. RGB value is (119,64,186). Sum of RGB (Red+Green+Blue) = 119+64+186=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #7740BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740BA is #88BF45. Grayscale: #5D5D5D. Windows color (decimal): -8961862 or 12206199. OLE color: 12206199.

HSL color Cylindrical-coordinate representation of color #7740BA: hue angle of 267.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7740BA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 64 186 -
CMYK 0.36 0.66 0 0.27
HSL 267.05º 0.49% 0.49% -
HSV(B) 267.05º 0.66% 0.73% -
XYZ 18.3 11.13 47.64 -
YUV 94.35 179.72 145.58 -
System Red Green Blue C M Y K H S L
Decimal 119 64 186 0.36 0.66 0 0.27 267.05 0.49 0.49
Hex 77 40 BA 24 42 0 1B 10B 31 31
Octal 167 100 272 44 102 0 33 413 61 61
Binary 1110111 1000000 10111010 100100 1000010 0 11011 100001011 110001 110001

Color Harmonies of #7740BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740BA

Black with #7740BA

Text Example


Text Example

White with #7740BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7740BA; }

 p { color: rgb(119,64,186); }

 H1.HeaderClassName
 {
   color: #7740BA;
 }
 .AnyTagClassName
 {
   color: #7740BA;
 }
</style>

background-color css

<style>
 a { background-color: #7740BA; }

 a { background-color: rgb(119,64,186); }

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

border-color css

<style>
 span { border-color: #7740BA; }

 span { border-color: rgb(119,64,186); }

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