Html Css Color HEX #764CAA Studio

📋 copy color: '#764CAA'

red 118 ◦ green 76 ◦ blue 170

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

Shades of Studio #764CAA

Tints of Studio #764CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 32.42%
G = 20.88%
B = 46.7%

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

#764CAA (or 0x764CAA) is known color: Studio. HEX triplet: 76, 4C and AA. RGB value is (118,76,170). Sum of RGB (Red+Green+Blue) = 118+76+170=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #764CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CAA is #89B355. Grayscale: #626262. Windows color (decimal): -9024342 or 11160694. OLE color: 11160694.

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

Color convert

RGB 118 76 170 -
CMYK 0.31 0.55 0 0.33
HSL 266.81º 0.38% 0.48% -
HSV(B) 266.81º 0.55% 0.67% -
XYZ 17.31 11.92 39.42 -
YUV 99.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 118 76 170 0.31 0.55 0 0.33 266.81 0.38 0.48
Hex 76 4C AA 1F 37 0 21 10B 26 30
Octal 166 114 252 37 67 0 41 413 46 60
Binary 1110110 1001100 10101010 11111 110111 0 100001 100001011 100110 110000

Color Harmonies of #764CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CAA

Black with #764CAA

Text Example


Text Example

White with #764CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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