Html Css Color HEX #764096 Studio

📋 copy color: '#764096'

red 118 ◦ green 64 ◦ blue 150

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

Shades of Studio #764096

Tints of Studio #764096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 35.54%
G = 19.28%
B = 45.18%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#764096 (or 0x764096) is known color: Studio. HEX triplet: 76, 40 and 96. RGB value is (118,64,150). Sum of RGB (Red+Green+Blue) = 118+64+150=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #764096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764096 is #89BF69. Grayscale: #595959. Windows color (decimal): -9027434 or 9846902. OLE color: 9846902.

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

Color convert

RGB 118 64 150 -
CMYK 0.21 0.57 0 0.41
HSL 277.67º 0.4% 0.42% -
HSV(B) 277.67º 0.57% 0.59% -
XYZ 14.81 9.72 29.95 -
YUV 89.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 118 64 150 0.21 0.57 0 0.41 277.67 0.4 0.42
Hex 76 40 96 15 39 0 29 116 28 2A
Octal 166 100 226 25 71 0 51 426 50 52
Binary 1110110 1000000 10010110 10101 111001 0 101001 100010110 101000 101010

Color Harmonies of #764096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764096

Black with #764096

Text Example


Text Example

White with #764096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764096; }

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

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

background-color css

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

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

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

border-color css

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

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

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