Html Css Color HEX #765699 Studio

📋 copy color: '#765699'

red 118 ◦ green 86 ◦ blue 153

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

Shades of Studio #765699

Tints of Studio #765699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 33.05%
G = 24.09%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765699 (or 0x765699) is known color: Studio. HEX triplet: 76, 56 and 99. RGB value is (118,86,153). Sum of RGB (Red+Green+Blue) = 118+86+153=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #765699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765699 is #89A966. Grayscale: #666666. Windows color (decimal): -9021799 or 10049142. OLE color: 10049142.

HSL color Cylindrical-coordinate representation of color #765699: hue angle of 268.66º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #765699 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 86 153 -
CMYK 0.23 0.44 0 0.4
HSL 268.66º 0.28% 0.47% -
HSV(B) 268.66º 0.44% 0.6% -
XYZ 16.55 12.81 31.74 -
YUV 103.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 118 86 153 0.23 0.44 0 0.4 268.66 0.28 0.47
Hex 76 56 99 17 2C 0 28 10D 1C 2F
Octal 166 126 231 27 54 0 50 415 34 57
Binary 1110110 1010110 10011001 10111 101100 0 101000 100001101 11100 101111

Color Harmonies of #765699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765699

Black with #765699

Text Example


Text Example

White with #765699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765699; }

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

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

background-color css

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

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

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

border-color css

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

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

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