Html Css Color HEX #76589B Studio

📋 copy color: '#76589B'

red 118 ◦ green 88 ◦ blue 155

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

Shades of Studio #76589B

Tints of Studio #76589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 32.69%
G = 24.38%
B = 42.94%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76589B (or 0x76589B) is known color: Studio. HEX triplet: 76, 58 and 9B. RGB value is (118,88,155). Sum of RGB (Red+Green+Blue) = 118+88+155=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #76589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76589B is #89A764. Grayscale: #686868. Windows color (decimal): -9021285 or 10180726. OLE color: 10180726.

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

Color convert

RGB 118 88 155 -
CMYK 0.24 0.43 0 0.39
HSL 266.87º 0.28% 0.48% -
HSV(B) 266.87º 0.43% 0.61% -
XYZ 16.88 13.2 32.67 -
YUV 104.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 118 88 155 0.24 0.43 0 0.39 266.87 0.28 0.48
Hex 76 58 9B 18 2B 0 27 10B 1C 30
Octal 166 130 233 30 53 0 47 413 34 60
Binary 1110110 1011000 10011011 11000 101011 0 100111 100001011 11100 110000

Color Harmonies of #76589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76589B

Black with #76589B

Text Example


Text Example

White with #76589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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