Html Css Color HEX #7740AB Studio

📋 copy color: '#7740AB'

red 119 ◦ green 64 ◦ blue 171

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

Shades of Studio #7740AB

Tints of Studio #7740AB

RGB

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

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

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

R = 33.62%
G = 18.08%
B = 48.31%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7740AB (or 0x7740AB) is known color: Studio. HEX triplet: 77, 40 and AB. RGB value is (119,64,171). Sum of RGB (Red+Green+Blue) = 119+64+171=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7740AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7740AB is #88BF54. Grayscale: #5C5C5C. Windows color (decimal): -8961877 or 11223159. OLE color: 11223159.

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

Color convert

RGB 119 64 171 -
CMYK 0.30 0.63 0 0.33
HSL 270.84º 0.46% 0.46% -
HSV(B) 270.84º 0.63% 0.67% -
XYZ 16.79 10.53 39.68 -
YUV 92.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 119 64 171 0.30 0.63 0 0.33 270.84 0.46 0.46
Hex 77 40 AB 1E 3F 0 21 10F 2E 2E
Octal 167 100 253 36 77 0 41 417 56 56
Binary 1110111 1000000 10101011 11110 111111 0 100001 100001111 101110 101110

Color Harmonies of #7740AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740AB

Black with #7740AB

Text Example


Text Example

White with #7740AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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