Html Css Color HEX #76549F Studio

📋 copy color: '#76549F'

red 118 ◦ green 84 ◦ blue 159

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

Shades of Studio #76549F

Tints of Studio #76549F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 32.69%
G = 23.27%
B = 44.04%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76549F (or 0x76549F) is known color: Studio. HEX triplet: 76, 54 and 9F. RGB value is (118,84,159). Sum of RGB (Red+Green+Blue) = 118+84+159=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #76549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76549F is #89AB60. Grayscale: #666666. Windows color (decimal): -9022305 or 10441846. OLE color: 10441846.

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

Color convert

RGB 118 84 159 -
CMYK 0.26 0.47 0 0.38
HSL 267.2º 0.31% 0.48% -
HSV(B) 267.2º 0.47% 0.62% -
XYZ 16.9 12.7 34.36 -
YUV 102.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 118 84 159 0.26 0.47 0 0.38 267.2 0.31 0.48
Hex 76 54 9F 1A 2F 0 26 10B 1F 30
Octal 166 124 237 32 57 0 46 413 37 60
Binary 1110110 1010100 10011111 11010 101111 0 100110 100001011 11111 110000

Color Harmonies of #76549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76549F

Black with #76549F

Text Example


Text Example

White with #76549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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