Html Css Color HEX #765299 Studio

📋 copy color: '#765299'

red 118 ◦ green 82 ◦ blue 153

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

Shades of Studio #765299

Tints of Studio #765299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

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

R = 33.43%
G = 23.23%
B = 43.34%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765299 (or 0x765299) is known color: Studio. HEX triplet: 76, 52 and 99. RGB value is (118,82,153). Sum of RGB (Red+Green+Blue) = 118+82+153=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #765299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765299 is #89AD66. Grayscale: #646464. Windows color (decimal): -9022823 or 10048118. OLE color: 10048118.

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

Color convert

RGB 118 82 153 -
CMYK 0.23 0.46 0 0.4
HSL 270.42º 0.3% 0.46% -
HSV(B) 270.42º 0.46% 0.6% -
XYZ 16.24 12.19 31.63 -
YUV 100.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 118 82 153 0.23 0.46 0 0.4 270.42 0.3 0.46
Hex 76 52 99 17 2E 0 28 10E 1E 2E
Octal 166 122 231 27 56 0 50 416 36 56
Binary 1110110 1010010 10011001 10111 101110 0 101000 100001110 11110 101110

Color Harmonies of #765299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765299

Black with #765299

Text Example


Text Example

White with #765299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765299; }

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

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

background-color css

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

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

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

border-color css

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

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

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