Html Css Color HEX #7460AA Scampi

📋 copy color: '#7460AA'

red 116 ◦ green 96 ◦ blue 170

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

Shades of Scampi #7460AA

Tints of Scampi #7460AA

RGB

 RED value IS 116 (45.7% from 255) = 30.37%

 GREEN value IS 96 (37.89% from 255) = 25.13%

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

R = 30.37%
G = 25.13%
B = 44.5%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7460AA (or 0x7460AA) is known color: Scampi. HEX triplet: 74, 60 and AA. RGB value is (116,96,170). Sum of RGB (Red+Green+Blue) = 116+96+170=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #7460AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7460AA is #8B9F55. Grayscale: #6E6E6E. Windows color (decimal): -9150294 or 11165812. OLE color: 11165812.

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

Color convert

RGB 116 96 170 -
CMYK 0.32 0.44 0 0.33
HSL 256.22º 0.3% 0.52% -
HSV(B) 256.22º 0.44% 0.67% -
XYZ 18.64 14.98 39.94 -
YUV 110.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 116 96 170 0.32 0.44 0 0.33 256.22 0.3 0.52
Hex 74 60 AA 20 2C 0 21 100 1E 34
Octal 164 140 252 40 54 0 41 400 36 64
Binary 1110100 1100000 10101010 100000 101100 0 100001 100000000 11110 110100

Color Harmonies of #7460AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7460AA

Black with #7460AA

Text Example


Text Example

White with #7460AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,96,170); }

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

background-color css

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

 a { background-color: rgb(116,96,170); }

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

border-color css

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

 span { border-color: rgb(116,96,170); }

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