Html Css Color HEX #765499 Studio

📋 copy color: '#765499'

red 118 ◦ green 84 ◦ blue 153

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

Shades of Studio #765499

Tints of Studio #765499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

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

R = 33.24%
G = 23.66%
B = 43.1%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765499 (or 0x765499) is known color: Studio. HEX triplet: 76, 54 and 99. RGB value is (118,84,153). Sum of RGB (Red+Green+Blue) = 118+84+153=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #765499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765499 is #89AB66. Grayscale: #656565. Windows color (decimal): -9022311 or 10048630. OLE color: 10048630.

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

Color convert

RGB 118 84 153 -
CMYK 0.23 0.45 0 0.4
HSL 269.57º 0.29% 0.46% -
HSV(B) 269.57º 0.45% 0.6% -
XYZ 16.39 12.49 31.68 -
YUV 102.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 118 84 153 0.23 0.45 0 0.4 269.57 0.29 0.46
Hex 76 54 99 17 2D 0 28 10E 1D 2E
Octal 166 124 231 27 55 0 50 416 35 56
Binary 1110110 1010100 10011001 10111 101101 0 101000 100001110 11101 101110

Color Harmonies of #765499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765499

Black with #765499

Text Example


Text Example

White with #765499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765499; }

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

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

background-color css

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

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

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

border-color css

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

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

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