Html Css Color HEX #7366A0 Scampi

📋 copy color: '#7366A0'

red 115 ◦ green 102 ◦ blue 160

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

Shades of Scampi #7366A0

Tints of Scampi #7366A0

RGB

 RED value IS 115 (45.31% from 255) = 30.5%

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

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 30.5%
G = 27.06%
B = 42.44%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7366A0 (or 0x7366A0) is known color: Scampi. HEX triplet: 73, 66 and A0. RGB value is (115,102,160). Sum of RGB (Red+Green+Blue) = 115+102+160=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 160 - color contains mainly: blue. Hex color #7366A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7366A0 is #8C995F. Grayscale: #707070. Windows color (decimal): -9214304 or 10511987. OLE color: 10511987.

HSL color Cylindrical-coordinate representation of color #7366A0: hue angle of 253.45º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7366A0 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 102 160 -
CMYK 0.28 0.36 0 0.37
HSL 253.45º 0.23% 0.51% -
HSV(B) 253.45º 0.36% 0.63% -
XYZ 18.17 15.69 35.33 -
YUV 112.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 115 102 160 0.28 0.36 0 0.37 253.45 0.23 0.51
Hex 73 66 A0 1C 24 0 25 FD 17 33
Octal 163 146 240 34 44 0 45 375 27 63
Binary 1110011 1100110 10100000 11100 100100 0 100101 11111101 10111 110011

Color Harmonies of #7366A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366A0

Black with #7366A0

Text Example


Text Example

White with #7366A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7366A0; }

 p { color: rgb(115,102,160); }

 H1.HeaderClassName
 {
   color: #7366A0;
 }
 .AnyTagClassName
 {
   color: #7366A0;
 }
</style>

background-color css

<style>
 a { background-color: #7366A0; }

 a { background-color: rgb(115,102,160); }

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

border-color css

<style>
 span { border-color: #7366A0; }

 span { border-color: rgb(115,102,160); }

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