Html Css Color HEX #7741AC Studio

📋 copy color: '#7741AC'

red 119 ◦ green 65 ◦ blue 172

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

Shades of Studio #7741AC

Tints of Studio #7741AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 33.43%
G = 18.26%
B = 48.31%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7741AC (or 0x7741AC) is known color: Studio. HEX triplet: 77, 41 and AC. RGB value is (119,65,172). Sum of RGB (Red+Green+Blue) = 119+65+172=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #7741AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7741AC is #88BE53. Grayscale: #5C5C5C. Windows color (decimal): -8961620 or 11288951. OLE color: 11288951.

HSL color Cylindrical-coordinate representation of color #7741AC: hue angle of 270.28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7741AC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 65 172 -
CMYK 0.31 0.62 0 0.33
HSL 270.28º 0.45% 0.46% -
HSV(B) 270.28º 0.62% 0.67% -
XYZ 16.94 10.68 40.2 -
YUV 93.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 119 65 172 0.31 0.62 0 0.33 270.28 0.45 0.46
Hex 77 41 AC 1F 3E 0 21 10E 2D 2E
Octal 167 101 254 37 76 0 41 416 55 56
Binary 1110111 1000001 10101100 11111 111110 0 100001 100001110 101101 101110

Color Harmonies of #7741AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7741AC

Black with #7741AC

Text Example


Text Example

White with #7741AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7741AC; }

 p { color: rgb(119,65,172); }

 H1.HeaderClassName
 {
   color: #7741AC;
 }
 .AnyTagClassName
 {
   color: #7741AC;
 }
</style>

background-color css

<style>
 a { background-color: #7741AC; }

 a { background-color: rgb(119,65,172); }

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

border-color css

<style>
 span { border-color: #7741AC; }

 span { border-color: rgb(119,65,172); }

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