Html Css Color HEX #765695 Studio

📋 copy color: '#765695'

red 118 ◦ green 86 ◦ blue 149

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

Shades of Studio #765695

Tints of Studio #765695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

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

R = 33.43%
G = 24.36%
B = 42.21%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765695 (or 0x765695) is known color: Studio. HEX triplet: 76, 56 and 95. RGB value is (118,86,149). Sum of RGB (Red+Green+Blue) = 118+86+149=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #765695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765695 is #89A96A. Grayscale: #666666. Windows color (decimal): -9021803 or 9786998. OLE color: 9786998.

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

Color convert

RGB 118 86 149 -
CMYK 0.21 0.42 0 0.42
HSL 270.48º 0.27% 0.46% -
HSV(B) 270.48º 0.42% 0.58% -
XYZ 16.22 12.68 30.03 -
YUV 102.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 118 86 149 0.21 0.42 0 0.42 270.48 0.27 0.46
Hex 76 56 95 15 2A 0 2A 10E 1B 2E
Octal 166 126 225 25 52 0 52 416 33 56
Binary 1110110 1010110 10010101 10101 101010 0 101010 100001110 11011 101110

Color Harmonies of #765695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765695

Black with #765695

Text Example


Text Example

White with #765695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765695; }

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

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

background-color css

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

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

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

border-color css

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

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

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