Html Css Color HEX #76599A Studio

📋 copy color: '#76599A'

red 118 ◦ green 89 ◦ blue 154

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

Shades of Studio #76599A

Tints of Studio #76599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 32.69%
G = 24.65%
B = 42.66%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76599A (or 0x76599A) is known color: Studio. HEX triplet: 76, 59 and 9A. RGB value is (118,89,154). Sum of RGB (Red+Green+Blue) = 118+89+154=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #76599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76599A is #89A665. Grayscale: #686868. Windows color (decimal): -9021030 or 10115446. OLE color: 10115446.

HSL color Cylindrical-coordinate representation of color #76599A: hue angle of 266.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76599A is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 89 154 -
CMYK 0.23 0.42 0 0.40
HSL 266.77º 0.27% 0.48% -
HSV(B) 266.77º 0.42% 0.6% -
XYZ 16.88 13.33 32.26 -
YUV 105.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 118 89 154 0.23 0.42 0 0.40 266.77 0.27 0.48
Hex 76 59 9A 17 2A 0 28 10B 1B 30
Octal 166 131 232 27 52 0 50 413 33 60
Binary 1110110 1011001 10011010 10111 101010 0 101000 100001011 11011 110000

Color Harmonies of #76599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76599A

Black with #76599A

Text Example


Text Example

White with #76599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76599A; }

 p { color: rgb(118,89,154); }

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

background-color css

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

 a { background-color: rgb(118,89,154); }

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

border-color css

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

 span { border-color: rgb(118,89,154); }

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