Html Css Color HEX #7742AB Studio

📋 copy color: '#7742AB'

red 119 ◦ green 66 ◦ blue 171

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

Shades of Studio #7742AB

Tints of Studio #7742AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 33.43%
G = 18.54%
B = 48.03%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7742AB (or 0x7742AB) is known color: Studio. HEX triplet: 77, 42 and AB. RGB value is (119,66,171). Sum of RGB (Red+Green+Blue) = 119+66+171=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #7742AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7742AB is #88BD54. Grayscale: #5D5D5D. Windows color (decimal): -8961365 or 11223671. OLE color: 11223671.

HSL color Cylindrical-coordinate representation of color #7742AB: hue angle of 270.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7742AB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 66 171 -
CMYK 0.30 0.61 0 0.33
HSL 270.29º 0.44% 0.46% -
HSV(B) 270.29º 0.61% 0.67% -
XYZ 16.91 10.76 39.71 -
YUV 93.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 119 66 171 0.30 0.61 0 0.33 270.29 0.44 0.46
Hex 77 42 AB 1E 3D 0 21 10E 2C 2E
Octal 167 102 253 36 75 0 41 416 54 56
Binary 1110111 1000010 10101011 11110 111101 0 100001 100001110 101100 101110

Color Harmonies of #7742AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7742AB

Black with #7742AB

Text Example


Text Example

White with #7742AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7742AB; }

 p { color: rgb(119,66,171); }

 H1.HeaderClassName
 {
   color: #7742AB;
 }
 .AnyTagClassName
 {
   color: #7742AB;
 }
</style>

background-color css

<style>
 a { background-color: #7742AB; }

 a { background-color: rgb(119,66,171); }

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

border-color css

<style>
 span { border-color: #7742AB; }

 span { border-color: rgb(119,66,171); }

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