Html Css Color HEX #76549E Studio

📋 copy color: '#76549E'

red 118 ◦ green 84 ◦ blue 158

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

Shades of Studio #76549E

Tints of Studio #76549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

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

R = 32.78%
G = 23.33%
B = 43.89%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76549E (or 0x76549E) is known color: Studio. HEX triplet: 76, 54 and 9E. RGB value is (118,84,158). Sum of RGB (Red+Green+Blue) = 118+84+158=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #76549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76549E is #89AB61. Grayscale: #666666. Windows color (decimal): -9022306 or 10376310. OLE color: 10376310.

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

Color convert

RGB 118 84 158 -
CMYK 0.25 0.47 0 0.38
HSL 267.57º 0.31% 0.47% -
HSV(B) 267.57º 0.47% 0.62% -
XYZ 16.81 12.66 33.91 -
YUV 102.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 118 84 158 0.25 0.47 0 0.38 267.57 0.31 0.47
Hex 76 54 9E 19 2F 0 26 10C 1F 2F
Octal 166 124 236 31 57 0 46 414 37 57
Binary 1110110 1010100 10011110 11001 101111 0 100110 100001100 11111 101111

Color Harmonies of #76549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76549E

Black with #76549E

Text Example


Text Example

White with #76549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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