Html Css Color HEX #765094 Studio

📋 copy color: '#765094'

red 118 ◦ green 80 ◦ blue 148

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

Shades of Studio #765094

Tints of Studio #765094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 34.1%
G = 23.12%
B = 42.77%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765094 (or 0x765094) is known color: Studio. HEX triplet: 76, 50 and 94. RGB value is (118,80,148). Sum of RGB (Red+Green+Blue) = 118+80+148=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #765094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765094 is #89AF6B. Grayscale: #626262. Windows color (decimal): -9023340 or 9719926. OLE color: 9719926.

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

Color convert

RGB 118 80 148 -
CMYK 0.20 0.46 0 0.42
HSL 273.53º 0.3% 0.45% -
HSV(B) 273.53º 0.46% 0.58% -
XYZ 15.69 11.73 29.45 -
YUV 99.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 118 80 148 0.20 0.46 0 0.42 273.53 0.3 0.45
Hex 76 50 94 14 2E 0 2A 112 1E 2D
Octal 166 120 224 24 56 0 52 422 36 55
Binary 1110110 1010000 10010100 10100 101110 0 101010 100010010 11110 101101

Color Harmonies of #765094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765094

Black with #765094

Text Example


Text Example

White with #765094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765094; }

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

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

background-color css

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

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

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

border-color css

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

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

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