Html Css Color HEX #7466AA Scampi

📋 copy color: '#7466AA'

red 116 ◦ green 102 ◦ blue 170

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

Shades of Scampi #7466AA

Tints of Scampi #7466AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

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

R = 29.9%
G = 26.29%
B = 43.81%

CMYK

 C value IS 0.32

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7466AA (or 0x7466AA) is known color: Scampi. HEX triplet: 74, 66 and AA. RGB value is (116,102,170). Sum of RGB (Red+Green+Blue) = 116+102+170=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #7466AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7466AA is #8B9955. Grayscale: #717171. Windows color (decimal): -9148758 or 11167348. OLE color: 11167348.

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

Color convert

RGB 116 102 170 -
CMYK 0.32 0.4 0 0.33
HSL 252.35º 0.29% 0.53% -
HSV(B) 252.35º 0.4% 0.67% -
XYZ 19.21 16.12 40.13 -
YUV 113.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 116 102 170 0.32 0.4 0 0.33 252.35 0.29 0.53
Hex 74 66 AA 20 28 0 21 FC 1D 35
Octal 164 146 252 40 50 0 41 374 35 65
Binary 1110100 1100110 10101010 100000 101000 0 100001 11111100 11101 110101

Color Harmonies of #7466AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466AA

Black with #7466AA

Text Example


Text Example

White with #7466AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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