Html Css Color HEX #765999 Studio

📋 copy color: '#765999'

red 118 ◦ green 89 ◦ blue 153

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

Shades of Studio #765999

Tints of Studio #765999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.72%

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

R = 32.78%
G = 24.72%
B = 42.5%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765999 (or 0x765999) is known color: Studio. HEX triplet: 76, 59 and 99. RGB value is (118,89,153). Sum of RGB (Red+Green+Blue) = 118+89+153=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #765999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765999 is #89A666. Grayscale: #686868. Windows color (decimal): -9021031 or 10049910. OLE color: 10049910.

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

Color convert

RGB 118 89 153 -
CMYK 0.23 0.42 0 0.4
HSL 267.19º 0.26% 0.47% -
HSV(B) 267.19º 0.42% 0.6% -
XYZ 16.79 13.3 31.82 -
YUV 104.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 118 89 153 0.23 0.42 0 0.4 267.19 0.26 0.47
Hex 76 59 99 17 2A 0 28 10B 1A 2F
Octal 166 131 231 27 52 0 50 413 32 57
Binary 1110110 1011001 10011001 10111 101010 0 101000 100001011 11010 101111

Color Harmonies of #765999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765999

Black with #765999

Text Example


Text Example

White with #765999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765999; }

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

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

background-color css

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

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

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

border-color css

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

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

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