Html Css Color HEX #76569A Studio

📋 copy color: '#76569A'

red 118 ◦ green 86 ◦ blue 154

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

Shades of Studio #76569A

Tints of Studio #76569A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 32.96%
G = 24.02%
B = 43.02%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76569A (or 0x76569A) is known color: Studio. HEX triplet: 76, 56 and 9A. RGB value is (118,86,154). Sum of RGB (Red+Green+Blue) = 118+86+154=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #76569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76569A is #89A965. Grayscale: #676767. Windows color (decimal): -9021798 or 10114678. OLE color: 10114678.

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

Color convert

RGB 118 86 154 -
CMYK 0.23 0.44 0 0.40
HSL 268.24º 0.28% 0.47% -
HSV(B) 268.24º 0.44% 0.6% -
XYZ 16.63 12.84 32.17 -
YUV 103.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 118 86 154 0.23 0.44 0 0.40 268.24 0.28 0.47
Hex 76 56 9A 17 2C 0 28 10C 1C 2F
Octal 166 126 232 27 54 0 50 414 34 57
Binary 1110110 1010110 10011010 10111 101100 0 101000 100001100 11100 101111

Color Harmonies of #76569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76569A

Black with #76569A

Text Example


Text Example

White with #76569A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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