Html Css Color HEX #764EAC Studio

📋 copy color: '#764EAC'

red 118 ◦ green 78 ◦ blue 172

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

Shades of Studio #764EAC

Tints of Studio #764EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

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

R = 32.07%
G = 21.2%
B = 46.74%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#764EAC (or 0x764EAC) is known color: Studio. HEX triplet: 76, 4E and AC. RGB value is (118,78,172). Sum of RGB (Red+Green+Blue) = 118+78+172=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #764EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764EAC is #89B153. Grayscale: #646464. Windows color (decimal): -9023828 or 11292278. OLE color: 11292278.

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

Color convert

RGB 118 78 172 -
CMYK 0.31 0.55 0 0.33
HSL 265.53º 0.38% 0.49% -
HSV(B) 265.53º 0.55% 0.67% -
XYZ 17.64 12.28 40.47 -
YUV 100.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 118 78 172 0.31 0.55 0 0.33 265.53 0.38 0.49
Hex 76 4E AC 1F 37 0 21 10A 26 31
Octal 166 116 254 37 67 0 41 412 46 61
Binary 1110110 1001110 10101100 11111 110111 0 100001 100001010 100110 110001

Color Harmonies of #764EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EAC

Black with #764EAC

Text Example


Text Example

White with #764EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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