Html Css Color HEX #765799 Studio

📋 copy color: '#765799'

red 118 ◦ green 87 ◦ blue 153

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

Shades of Studio #765799

Tints of Studio #765799

RGB

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

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

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

R = 32.96%
G = 24.3%
B = 42.74%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765799 (or 0x765799) is known color: Studio. HEX triplet: 76, 57 and 99. RGB value is (118,87,153). Sum of RGB (Red+Green+Blue) = 118+87+153=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #765799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765799 is #89A866. Grayscale: #676767. Windows color (decimal): -9021543 or 10049398. OLE color: 10049398.

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

Color convert

RGB 118 87 153 -
CMYK 0.23 0.43 0 0.4
HSL 268.18º 0.28% 0.47% -
HSV(B) 268.18º 0.43% 0.6% -
XYZ 16.63 12.97 31.76 -
YUV 103.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 118 87 153 0.23 0.43 0 0.4 268.18 0.28 0.47
Hex 76 57 99 17 2B 0 28 10C 1C 2F
Octal 166 127 231 27 53 0 50 414 34 57
Binary 1110110 1010111 10011001 10111 101011 0 101000 100001100 11100 101111

Color Harmonies of #765799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765799

Black with #765799

Text Example


Text Example

White with #765799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765799; }

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

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

background-color css

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

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

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

border-color css

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

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

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