Html Css Color HEX #7653AA Studio

📋 copy color: '#7653AA'

red 118 ◦ green 83 ◦ blue 170

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

Shades of Studio #7653AA

Tints of Studio #7653AA

RGB

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

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

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

R = 31.81%
G = 22.37%
B = 45.82%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7653AA (or 0x7653AA) is known color: Studio. HEX triplet: 76, 53 and AA. RGB value is (118,83,170). Sum of RGB (Red+Green+Blue) = 118+83+170=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #7653AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7653AA is #89AC55. Grayscale: #676767. Windows color (decimal): -9022550 or 11162486. OLE color: 11162486.

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

Color convert

RGB 118 83 170 -
CMYK 0.31 0.51 0 0.33
HSL 264.14º 0.34% 0.5% -
HSV(B) 264.14º 0.51% 0.67% -
XYZ 17.82 12.94 39.59 -
YUV 103.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 118 83 170 0.31 0.51 0 0.33 264.14 0.34 0.5
Hex 76 53 AA 1F 33 0 21 108 22 32
Octal 166 123 252 37 63 0 41 410 42 62
Binary 1110110 1010011 10101010 11111 110011 0 100001 100001000 100010 110010

Color Harmonies of #7653AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7653AA

Black with #7653AA

Text Example


Text Example

White with #7653AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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