Html Css Color HEX #764896 Studio

📋 copy color: '#764896'

red 118 ◦ green 72 ◦ blue 150

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

Shades of Studio #764896

Tints of Studio #764896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 34.71%
G = 21.18%
B = 44.12%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#764896 (or 0x764896) is known color: Studio. HEX triplet: 76, 48 and 96. RGB value is (118,72,150). Sum of RGB (Red+Green+Blue) = 118+72+150=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #764896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764896 is #89B769. Grayscale: #5E5E5E. Windows color (decimal): -9025386 or 9848950. OLE color: 9848950.

HSL color Cylindrical-coordinate representation of color #764896: hue angle of 275.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764896 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 72 150 -
CMYK 0.21 0.52 0 0.41
HSL 275.38º 0.35% 0.44% -
HSV(B) 275.38º 0.52% 0.59% -
XYZ 15.29 10.69 30.11 -
YUV 94.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 118 72 150 0.21 0.52 0 0.41 275.38 0.35 0.44
Hex 76 48 96 15 34 0 29 113 23 2C
Octal 166 110 226 25 64 0 51 423 43 54
Binary 1110110 1001000 10010110 10101 110100 0 101001 100010011 100011 101100

Color Harmonies of #764896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764896

Black with #764896

Text Example


Text Example

White with #764896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764896; }

 p { color: rgb(118,72,150); }

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

background-color css

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

 a { background-color: rgb(118,72,150); }

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

border-color css

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

 span { border-color: rgb(118,72,150); }

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