Html Css Color HEX #7656AA Studio

📋 copy color: '#7656AA'

red 118 ◦ green 86 ◦ blue 170

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

Shades of Studio #7656AA

Tints of Studio #7656AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 31.55%
G = 22.99%
B = 45.45%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7656AA (or 0x7656AA) is known color: Studio. HEX triplet: 76, 56 and AA. RGB value is (118,86,170). Sum of RGB (Red+Green+Blue) = 118+86+170=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #7656AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7656AA is #89A955. Grayscale: #686868. Windows color (decimal): -9021782 or 11163254. OLE color: 11163254.

HSL color Cylindrical-coordinate representation of color #7656AA: hue angle of 262.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7656AA is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 86 170 -
CMYK 0.31 0.49 0 0.33
HSL 262.86º 0.33% 0.5% -
HSV(B) 262.86º 0.49% 0.67% -
XYZ 18.05 13.41 39.67 -
YUV 105.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 118 86 170 0.31 0.49 0 0.33 262.86 0.33 0.5
Hex 76 56 AA 1F 31 0 21 107 21 32
Octal 166 126 252 37 61 0 41 407 41 62
Binary 1110110 1010110 10101010 11111 110001 0 100001 100000111 100001 110010

Color Harmonies of #7656AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7656AA

Black with #7656AA

Text Example


Text Example

White with #7656AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7656AA; }

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

 H1.HeaderClassName
 {
   color: #7656AA;
 }
 .AnyTagClassName
 {
   color: #7656AA;
 }
</style>

background-color css

<style>
 a { background-color: #7656AA; }

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

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

border-color css

<style>
 span { border-color: #7656AA; }

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

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