Html Css Color HEX #7744B6 Studio

📋 copy color: '#7744B6'

red 119 ◦ green 68 ◦ blue 182

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

Shades of Studio #7744B6

Tints of Studio #7744B6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 182 (71.48% from 255) = 49.32%

R = 32.25%
G = 18.43%
B = 49.32%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7744B6 (or 0x7744B6) is known color: Studio. HEX triplet: 77, 44 and B6. RGB value is (119,68,182). Sum of RGB (Red+Green+Blue) = 119+68+182=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #7744B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744B6 is #88BB49. Grayscale: #5F5F5F. Windows color (decimal): -8960842 or 11945079. OLE color: 11945079.

HSL color Cylindrical-coordinate representation of color #7744B6: hue angle of 266.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7744B6 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 68 182 -
CMYK 0.35 0.63 0 0.29
HSL 266.84º 0.46% 0.49% -
HSV(B) 266.84º 0.63% 0.71% -
XYZ 18.12 11.43 45.51 -
YUV 96.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 119 68 182 0.35 0.63 0 0.29 266.84 0.46 0.49
Hex 77 44 B6 23 3F 0 1D 10B 2E 31
Octal 167 104 266 43 77 0 35 413 56 61
Binary 1110111 1000100 10110110 100011 111111 0 11101 100001011 101110 110001

Color Harmonies of #7744B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7744B6

Black with #7744B6

Text Example


Text Example

White with #7744B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7744B6; }

 p { color: rgb(119,68,182); }

 H1.HeaderClassName
 {
   color: #7744B6;
 }
 .AnyTagClassName
 {
   color: #7744B6;
 }
</style>

background-color css

<style>
 a { background-color: #7744B6; }

 a { background-color: rgb(119,68,182); }

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

border-color css

<style>
 span { border-color: #7744B6; }

 span { border-color: rgb(119,68,182); }

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