Html Css Color HEX #7740AF Studio

📋 copy color: '#7740AF'

red 119 ◦ green 64 ◦ blue 175

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

Shades of Studio #7740AF

Tints of Studio #7740AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 33.24%
G = 17.88%
B = 48.88%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7740AF (or 0x7740AF) is known color: Studio. HEX triplet: 77, 40 and AF. RGB value is (119,64,175). Sum of RGB (Red+Green+Blue) = 119+64+175=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #7740AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7740AF is #88BF50. Grayscale: #5C5C5C. Windows color (decimal): -8961873 or 11485303. OLE color: 11485303.

HSL color Cylindrical-coordinate representation of color #7740AF: hue angle of 269.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7740AF is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 64 175 -
CMYK 0.32 0.63 0 0.31
HSL 269.73º 0.46% 0.47% -
HSV(B) 269.73º 0.63% 0.69% -
XYZ 17.18 10.68 41.71 -
YUV 93.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 119 64 175 0.32 0.63 0 0.31 269.73 0.46 0.47
Hex 77 40 AF 20 3F 0 1F 10E 2E 2F
Octal 167 100 257 40 77 0 37 416 56 57
Binary 1110111 1000000 10101111 100000 111111 0 11111 100001110 101110 101111

Color Harmonies of #7740AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740AF

Black with #7740AF

Text Example


Text Example

White with #7740AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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