Html Css Color HEX #765796 Studio

📋 copy color: '#765796'

red 118 ◦ green 87 ◦ blue 150

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

Shades of Studio #765796

Tints of Studio #765796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.51%

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

R = 33.24%
G = 24.51%
B = 42.25%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#765796 (or 0x765796) is known color: Studio. HEX triplet: 76, 57 and 96. RGB value is (118,87,150). Sum of RGB (Red+Green+Blue) = 118+87+150=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #765796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765796 is #89A869. Grayscale: #676767. Windows color (decimal): -9021546 or 9852790. OLE color: 9852790.

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

Color convert

RGB 118 87 150 -
CMYK 0.21 0.42 0 0.41
HSL 269.52º 0.27% 0.46% -
HSV(B) 269.52º 0.42% 0.59% -
XYZ 16.38 12.87 30.47 -
YUV 103.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 118 87 150 0.21 0.42 0 0.41 269.52 0.27 0.46
Hex 76 57 96 15 2A 0 29 10E 1B 2E
Octal 166 127 226 25 52 0 51 416 33 56
Binary 1110110 1010111 10010110 10101 101010 0 101001 100001110 11011 101110

Color Harmonies of #765796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765796

Black with #765796

Text Example


Text Example

White with #765796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765796; }

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

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

background-color css

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

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

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

border-color css

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

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

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