Html Css Color HEX #764AAC Studio

📋 copy color: '#764AAC'

red 118 ◦ green 74 ◦ blue 172

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

Shades of Studio #764AAC

Tints of Studio #764AAC

RGB

 RED value IS 118 (46.48% from 255) = 32.42%

 GREEN value IS 74 (29.3% from 255) = 20.33%

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

R = 32.42%
G = 20.33%
B = 47.25%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#764AAC (or 0x764AAC) is known color: Studio. HEX triplet: 76, 4A and AC. RGB value is (118,74,172). Sum of RGB (Red+Green+Blue) = 118+74+172=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #764AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764AAC is #89B553. Grayscale: #616161. Windows color (decimal): -9024852 or 11291254. OLE color: 11291254.

HSL color Cylindrical-coordinate representation of color #764AAC: hue angle of 266.94º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764AAC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 74 172 -
CMYK 0.31 0.57 0 0.33
HSL 266.94º 0.4% 0.48% -
HSV(B) 266.94º 0.57% 0.67% -
XYZ 17.37 11.73 40.38 -
YUV 98.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 118 74 172 0.31 0.57 0 0.33 266.94 0.4 0.48
Hex 76 4A AC 1F 39 0 21 10B 28 30
Octal 166 112 254 37 71 0 41 413 50 60
Binary 1110110 1001010 10101100 11111 111001 0 100001 100001011 101000 110000

Color Harmonies of #764AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AAC

Black with #764AAC

Text Example


Text Example

White with #764AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764AAC; }

 p { color: rgb(118,74,172); }

 H1.HeaderClassName
 {
   color: #764AAC;
 }
 .AnyTagClassName
 {
   color: #764AAC;
 }
</style>

background-color css

<style>
 a { background-color: #764AAC; }

 a { background-color: rgb(118,74,172); }

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

border-color css

<style>
 span { border-color: #764AAC; }

 span { border-color: rgb(118,74,172); }

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