Html Css Color HEX #764295 Studio

📋 copy color: '#764295'

red 118 ◦ green 66 ◦ blue 149

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

Shades of Studio #764295

Tints of Studio #764295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 35.44%
G = 19.82%
B = 44.74%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764295 (or 0x764295) is known color: Studio. HEX triplet: 76, 42 and 95. RGB value is (118,66,149). Sum of RGB (Red+Green+Blue) = 118+66+149=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #764295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764295 is #89BD6A. Grayscale: #5A5A5A. Windows color (decimal): -9026923 or 9781878. OLE color: 9781878.

HSL color Cylindrical-coordinate representation of color #764295: hue angle of 277.59º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764295 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 66 149 -
CMYK 0.21 0.56 0 0.42
HSL 277.59º 0.39% 0.42% -
HSV(B) 277.59º 0.56% 0.58% -
XYZ 14.84 9.92 29.57 -
YUV 91.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 118 66 149 0.21 0.56 0 0.42 277.59 0.39 0.42
Hex 76 42 95 15 38 0 2A 116 27 2A
Octal 166 102 225 25 70 0 52 426 47 52
Binary 1110110 1000010 10010101 10101 111000 0 101010 100010110 100111 101010

Color Harmonies of #764295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764295

Black with #764295

Text Example


Text Example

White with #764295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764295; }

 p { color: rgb(118,66,149); }

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

background-color css

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

 a { background-color: rgb(118,66,149); }

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

border-color css

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

 span { border-color: rgb(118,66,149); }

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