Html Css Color HEX #764CAC Studio

📋 copy color: '#764CAC'

red 118 ◦ green 76 ◦ blue 172

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

Shades of Studio #764CAC

Tints of Studio #764CAC

RGB

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

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

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

R = 32.24%
G = 20.77%
B = 46.99%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#764CAC (or 0x764CAC) is known color: Studio. HEX triplet: 76, 4C and AC. RGB value is (118,76,172). Sum of RGB (Red+Green+Blue) = 118+76+172=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #764CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CAC is #89B353. Grayscale: #636363. Windows color (decimal): -9024340 or 11291766. OLE color: 11291766.

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

Color convert

RGB 118 76 172 -
CMYK 0.31 0.56 0 0.33
HSL 266.25º 0.39% 0.49% -
HSV(B) 266.25º 0.56% 0.67% -
XYZ 17.5 12 40.42 -
YUV 99.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 118 76 172 0.31 0.56 0 0.33 266.25 0.39 0.49
Hex 76 4C AC 1F 38 0 21 10A 27 31
Octal 166 114 254 37 70 0 41 412 47 61
Binary 1110110 1001100 10101100 11111 111000 0 100001 100001010 100111 110001

Color Harmonies of #764CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CAC

Black with #764CAC

Text Example


Text Example

White with #764CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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