Html Css Color HEX #76499C Studio

📋 copy color: '#76499C'

red 118 ◦ green 73 ◦ blue 156

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

Shades of Studio #76499C

Tints of Studio #76499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 34.01%
G = 21.04%
B = 44.96%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76499C (or 0x76499C) is known color: Studio. HEX triplet: 76, 49 and 9C. RGB value is (118,73,156). Sum of RGB (Red+Green+Blue) = 118+73+156=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #76499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76499C is #89B663. Grayscale: #5F5F5F. Windows color (decimal): -9025124 or 10242422. OLE color: 10242422.

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

Color convert

RGB 118 73 156 -
CMYK 0.24 0.53 0 0.39
HSL 272.53º 0.36% 0.45% -
HSV(B) 272.53º 0.53% 0.61% -
XYZ 15.85 11.02 32.74 -
YUV 95.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 118 73 156 0.24 0.53 0 0.39 272.53 0.36 0.45
Hex 76 49 9C 18 35 0 27 111 24 2D
Octal 166 111 234 30 65 0 47 421 44 55
Binary 1110110 1001001 10011100 11000 110101 0 100111 100010001 100100 101101

Color Harmonies of #76499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76499C

Black with #76499C

Text Example


Text Example

White with #76499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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