Html Css Color HEX #76449C Studio

📋 copy color: '#76449C'

red 118 ◦ green 68 ◦ blue 156

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

Shades of Studio #76449C

Tints of Studio #76449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 34.5%
G = 19.88%
B = 45.61%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76449C (or 0x76449C) is known color: Studio. HEX triplet: 76, 44 and 9C. RGB value is (118,68,156). Sum of RGB (Red+Green+Blue) = 118+68+156=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #76449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76449C is #89BB63. Grayscale: #5C5C5C. Windows color (decimal): -9026404 or 10241142. OLE color: 10241142.

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

Color convert

RGB 118 68 156 -
CMYK 0.24 0.56 0 0.39
HSL 274.09º 0.39% 0.44% -
HSV(B) 274.09º 0.56% 0.61% -
XYZ 15.54 10.39 32.64 -
YUV 92.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 118 68 156 0.24 0.56 0 0.39 274.09 0.39 0.44
Hex 76 44 9C 18 38 0 27 112 27 2C
Octal 166 104 234 30 70 0 47 422 47 54
Binary 1110110 1000100 10011100 11000 111000 0 100111 100010010 100111 101100

Color Harmonies of #76449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76449C

Black with #76449C

Text Example


Text Example

White with #76449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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