Html Css Color HEX #76449A Studio

📋 copy color: '#76449A'

red 118 ◦ green 68 ◦ blue 154

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

Shades of Studio #76449A

Tints of Studio #76449A

RGB

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

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

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

R = 34.71%
G = 20%
B = 45.29%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76449A (or 0x76449A) is known color: Studio. HEX triplet: 76, 44 and 9A. RGB value is (118,68,154). Sum of RGB (Red+Green+Blue) = 118+68+154=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #76449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76449A is #89BB65. Grayscale: #5C5C5C. Windows color (decimal): -9026406 or 10110070. OLE color: 10110070.

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

Color convert

RGB 118 68 154 -
CMYK 0.23 0.56 0 0.40
HSL 274.88º 0.39% 0.44% -
HSV(B) 274.88º 0.56% 0.6% -
XYZ 15.37 10.32 31.75 -
YUV 92.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 118 68 154 0.23 0.56 0 0.40 274.88 0.39 0.44
Hex 76 44 9A 17 38 0 28 113 27 2C
Octal 166 104 232 27 70 0 50 423 47 54
Binary 1110110 1000100 10011010 10111 111000 0 101000 100010011 100111 101100

Color Harmonies of #76449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76449A

Black with #76449A

Text Example


Text Example

White with #76449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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