Html Css Color HEX #76559B Studio

📋 copy color: '#76559B'

red 118 ◦ green 85 ◦ blue 155

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

Shades of Studio #76559B

Tints of Studio #76559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 32.96%
G = 23.74%
B = 43.3%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76559B (or 0x76559B) is known color: Studio. HEX triplet: 76, 55 and 9B. RGB value is (118,85,155). Sum of RGB (Red+Green+Blue) = 118+85+155=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #76559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76559B is #89AA64. Grayscale: #666666. Windows color (decimal): -9022053 or 10179958. OLE color: 10179958.

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

Color convert

RGB 118 85 155 -
CMYK 0.24 0.45 0 0.39
HSL 268.29º 0.29% 0.47% -
HSV(B) 268.29º 0.45% 0.61% -
XYZ 16.64 12.72 32.59 -
YUV 102.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 118 85 155 0.24 0.45 0 0.39 268.29 0.29 0.47
Hex 76 55 9B 18 2D 0 27 10C 1D 2F
Octal 166 125 233 30 55 0 47 414 35 57
Binary 1110110 1010101 10011011 11000 101101 0 100111 100001100 11101 101111

Color Harmonies of #76559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76559B

Black with #76559B

Text Example


Text Example

White with #76559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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