Html Css Color HEX #76449E Studio

📋 copy color: '#76449E'

red 118 ◦ green 68 ◦ blue 158

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

Shades of Studio #76449E

Tints of Studio #76449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.93%

R = 34.3%
G = 19.77%
B = 45.93%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76449E (or 0x76449E) is known color: Studio. HEX triplet: 76, 44 and 9E. RGB value is (118,68,158). Sum of RGB (Red+Green+Blue) = 118+68+158=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #76449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76449E is #89BB61. Grayscale: #5C5C5C. Windows color (decimal): -9026402 or 10372214. OLE color: 10372214.

HSL color Cylindrical-coordinate representation of color #76449E: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76449E is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 68 158 -
CMYK 0.25 0.57 0 0.38
HSL 273.33º 0.4% 0.44% -
HSV(B) 273.33º 0.57% 0.62% -
XYZ 15.71 10.45 33.54 -
YUV 93.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 118 68 158 0.25 0.57 0 0.38 273.33 0.4 0.44
Hex 76 44 9E 19 39 0 26 111 28 2C
Octal 166 104 236 31 71 0 46 421 50 54
Binary 1110110 1000100 10011110 11001 111001 0 100110 100010001 101000 101100

Color Harmonies of #76449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76449E

Black with #76449E

Text Example


Text Example

White with #76449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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