Html Css Color HEX #765994 Studio

📋 copy color: '#765994'

red 118 ◦ green 89 ◦ blue 148

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

Shades of Studio #765994

Tints of Studio #765994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 33.24%
G = 25.07%
B = 41.69%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765994 (or 0x765994) is known color: Studio. HEX triplet: 76, 59 and 94. RGB value is (118,89,148). Sum of RGB (Red+Green+Blue) = 118+89+148=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #765994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765994 is #89A66B. Grayscale: #686868. Windows color (decimal): -9021036 or 9722230. OLE color: 9722230.

HSL color Cylindrical-coordinate representation of color #765994: hue angle of 269.49º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765994 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 89 148 -
CMYK 0.20 0.40 0 0.42
HSL 269.49º 0.25% 0.46% -
HSV(B) 269.49º 0.4% 0.58% -
XYZ 16.39 13.13 29.69 -
YUV 104.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 118 89 148 0.20 0.40 0 0.42 269.49 0.25 0.46
Hex 76 59 94 14 28 0 2A 10D 19 2E
Octal 166 131 224 24 50 0 52 415 31 56
Binary 1110110 1011001 10010100 10100 101000 0 101010 100001101 11001 101110

Color Harmonies of #765994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765994

Black with #765994

Text Example


Text Example

White with #765994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765994; }

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

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

background-color css

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

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

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

border-color css

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

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

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