Html Css Color HEX #774CAF Studio

📋 copy color: '#774CAF'

red 119 ◦ green 76 ◦ blue 175

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

Shades of Studio #774CAF

Tints of Studio #774CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

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

R = 32.16%
G = 20.54%
B = 47.3%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#774CAF (or 0x774CAF) is known color: Studio. HEX triplet: 77, 4C and AF. RGB value is (119,76,175). Sum of RGB (Red+Green+Blue) = 119+76+175=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #774CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CAF is #88B350. Grayscale: #636363. Windows color (decimal): -8958801 or 11488375. OLE color: 11488375.

HSL color Cylindrical-coordinate representation of color #774CAF: hue angle of 266.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774CAF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 76 175 -
CMYK 0.32 0.57 0 0.31
HSL 266.06º 0.39% 0.49% -
HSV(B) 266.06º 0.57% 0.69% -
XYZ 17.93 12.19 41.96 -
YUV 100.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 119 76 175 0.32 0.57 0 0.31 266.06 0.39 0.49
Hex 77 4C AF 20 39 0 1F 10A 27 31
Octal 167 114 257 40 71 0 37 412 47 61
Binary 1110111 1001100 10101111 100000 111001 0 11111 100001010 100111 110001

Color Harmonies of #774CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CAF

Black with #774CAF

Text Example


Text Example

White with #774CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774CAF; }

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

 H1.HeaderClassName
 {
   color: #774CAF;
 }
 .AnyTagClassName
 {
   color: #774CAF;
 }
</style>

background-color css

<style>
 a { background-color: #774CAF; }

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

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

border-color css

<style>
 span { border-color: #774CAF; }

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

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