Html Css Color HEX #76539C Studio

📋 copy color: '#76539C'

red 118 ◦ green 83 ◦ blue 156

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

Shades of Studio #76539C

Tints of Studio #76539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

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

R = 33.05%
G = 23.25%
B = 43.7%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76539C (or 0x76539C) is known color: Studio. HEX triplet: 76, 53 and 9C. RGB value is (118,83,156). Sum of RGB (Red+Green+Blue) = 118+83+156=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #76539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76539C is #89AC63. Grayscale: #656565. Windows color (decimal): -9022564 or 10244982. OLE color: 10244982.

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

Color convert

RGB 118 83 156 -
CMYK 0.24 0.47 0 0.39
HSL 268.77º 0.31% 0.47% -
HSV(B) 268.77º 0.47% 0.61% -
XYZ 16.57 12.44 32.98 -
YUV 101.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 118 83 156 0.24 0.47 0 0.39 268.77 0.31 0.47
Hex 76 53 9C 18 2F 0 27 10D 1F 2F
Octal 166 123 234 30 57 0 47 415 37 57
Binary 1110110 1010011 10011100 11000 101111 0 100111 100001101 11111 101111

Color Harmonies of #76539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76539C

Black with #76539C

Text Example


Text Example

White with #76539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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