Html Css Color HEX #76559C Studio

📋 copy color: '#76559C'

red 118 ◦ green 85 ◦ blue 156

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

Shades of Studio #76559C

Tints of Studio #76559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 32.87%
G = 23.68%
B = 43.45%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76559C (or 0x76559C) is known color: Studio. HEX triplet: 76, 55 and 9C. RGB value is (118,85,156). Sum of RGB (Red+Green+Blue) = 118+85+156=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #76559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76559C is #89AA63. Grayscale: #666666. Windows color (decimal): -9022052 or 10245494. OLE color: 10245494.

HSL color Cylindrical-coordinate representation of color #76559C: hue angle of 267.89º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76559C is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 85 156 -
CMYK 0.24 0.46 0 0.39
HSL 267.89º 0.29% 0.47% -
HSV(B) 267.89º 0.46% 0.61% -
XYZ 16.72 12.75 33.03 -
YUV 102.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 118 85 156 0.24 0.46 0 0.39 267.89 0.29 0.47
Hex 76 55 9C 18 2E 0 27 10C 1D 2F
Octal 166 125 234 30 56 0 47 414 35 57
Binary 1110110 1010101 10011100 11000 101110 0 100111 100001100 11101 101111

Color Harmonies of #76559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76559C

Black with #76559C

Text Example


Text Example

White with #76559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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