Html Css Color HEX #764596 Studio

📋 copy color: '#764596'

red 118 ◦ green 69 ◦ blue 150

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

Shades of Studio #764596

Tints of Studio #764596

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

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

R = 35.01%
G = 20.47%
B = 44.51%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#764596 (or 0x764596) is known color: Studio. HEX triplet: 76, 45 and 96. RGB value is (118,69,150). Sum of RGB (Red+Green+Blue) = 118+69+150=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #764596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764596 is #89BA69. Grayscale: #5C5C5C. Windows color (decimal): -9026154 or 9848182. OLE color: 9848182.

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

Color convert

RGB 118 69 150 -
CMYK 0.21 0.54 0 0.41
HSL 276.3º 0.37% 0.43% -
HSV(B) 276.3º 0.54% 0.59% -
XYZ 15.1 10.31 30.05 -
YUV 92.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 118 69 150 0.21 0.54 0 0.41 276.3 0.37 0.43
Hex 76 45 96 15 36 0 29 114 25 2B
Octal 166 105 226 25 66 0 51 424 45 53
Binary 1110110 1000101 10010110 10101 110110 0 101001 100010100 100101 101011

Color Harmonies of #764596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764596

Black with #764596

Text Example


Text Example

White with #764596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764596; }

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

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

background-color css

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

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

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

border-color css

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

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

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