Html Css Color HEX #7659AA Studio

📋 copy color: '#7659AA'

red 118 ◦ green 89 ◦ blue 170

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

Shades of Studio #7659AA

Tints of Studio #7659AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

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

R = 31.3%
G = 23.61%
B = 45.09%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7659AA (or 0x7659AA) is known color: Studio. HEX triplet: 76, 59 and AA. RGB value is (118,89,170). Sum of RGB (Red+Green+Blue) = 118+89+170=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #7659AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7659AA is #89A655. Grayscale: #6A6A6A. Windows color (decimal): -9021014 or 11164022. OLE color: 11164022.

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

Color convert

RGB 118 89 170 -
CMYK 0.31 0.48 0 0.33
HSL 261.48º 0.32% 0.51% -
HSV(B) 261.48º 0.48% 0.67% -
XYZ 18.3 13.9 39.75 -
YUV 106.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 118 89 170 0.31 0.48 0 0.33 261.48 0.32 0.51
Hex 76 59 AA 1F 30 0 21 105 20 33
Octal 166 131 252 37 60 0 41 405 40 63
Binary 1110110 1011001 10101010 11111 110000 0 100001 100000101 100000 110011

Color Harmonies of #7659AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659AA

Black with #7659AA

Text Example


Text Example

White with #7659AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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