Html Css Color HEX #7673AA Scampi

📋 copy color: '#7673AA'

red 118 ◦ green 115 ◦ blue 170

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

Shades of Scampi #7673AA

Tints of Scampi #7673AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

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

R = 29.28%
G = 28.54%
B = 42.18%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7673AA (or 0x7673AA) is known color: Scampi. HEX triplet: 76, 73 and AA. RGB value is (118,115,170). Sum of RGB (Red+Green+Blue) = 118+115+170=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7673AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7673AA is #898C55. Grayscale: #797979. Windows color (decimal): -9014358 or 11170678. OLE color: 11170678.

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

Color convert

RGB 118 115 170 -
CMYK 0.31 0.32 0 0.33
HSL 243.27º 0.24% 0.56% -
HSV(B) 243.27º 0.32% 0.67% -
XYZ 20.86 19.02 40.6 -
YUV 122.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 118 115 170 0.31 0.32 0 0.33 243.27 0.24 0.56
Hex 76 73 AA 1F 20 0 21 F3 18 38
Octal 166 163 252 37 40 0 41 363 30 70
Binary 1110110 1110011 10101010 11111 100000 0 100001 11110011 11000 111000

Color Harmonies of #7673AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673AA

Black with #7673AA

Text Example


Text Example

White with #7673AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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