Html Css Color HEX #76559E Studio

📋 copy color: '#76559E'

red 118 ◦ green 85 ◦ blue 158

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

Shades of Studio #76559E

Tints of Studio #76559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 158 (62.11% from 255) = 43.77%

R = 32.69%
G = 23.55%
B = 43.77%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76559E (or 0x76559E) is known color: Studio. HEX triplet: 76, 55 and 9E. RGB value is (118,85,158). Sum of RGB (Red+Green+Blue) = 118+85+158=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #76559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76559E is #89AA61. Grayscale: #666666. Windows color (decimal): -9022050 or 10376566. OLE color: 10376566.

HSL color Cylindrical-coordinate representation of color #76559E: hue angle of 267.12º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76559E is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 85 158 -
CMYK 0.25 0.46 0 0.38
HSL 267.12º 0.3% 0.48% -
HSV(B) 267.12º 0.46% 0.62% -
XYZ 16.89 12.82 33.93 -
YUV 103.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 118 85 158 0.25 0.46 0 0.38 267.12 0.3 0.48
Hex 76 55 9E 19 2E 0 26 10B 1E 30
Octal 166 125 236 31 56 0 46 413 36 60
Binary 1110110 1010101 10011110 11001 101110 0 100110 100001011 11110 110000

Color Harmonies of #76559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76559E

Black with #76559E

Text Example


Text Example

White with #76559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76559E; }

 p { color: rgb(118,85,158); }

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

background-color css

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

 a { background-color: rgb(118,85,158); }

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

border-color css

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

 span { border-color: rgb(118,85,158); }

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