Html Css Color HEX #736AAC Scampi

📋 copy color: '#736AAC'

red 115 ◦ green 106 ◦ blue 172

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

Shades of Scampi #736AAC

Tints of Scampi #736AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 29.26%
G = 26.97%
B = 43.77%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#736AAC (or 0x736AAC) is known color: Scampi. HEX triplet: 73, 6A and AC. RGB value is (115,106,172). Sum of RGB (Red+Green+Blue) = 115+106+172=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #736AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAC is #8C9553. Grayscale: #737373. Windows color (decimal): -9213268 or 11299443. OLE color: 11299443.

HSL color Cylindrical-coordinate representation of color #736AAC: hue angle of 248.18º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736AAC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 106 172 -
CMYK 0.33 0.38 0 0.33
HSL 248.18º 0.28% 0.55% -
HSV(B) 248.18º 0.38% 0.67% -
XYZ 19.67 16.93 41.26 -
YUV 116.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 115 106 172 0.33 0.38 0 0.33 248.18 0.28 0.55
Hex 73 6A AC 21 26 0 21 F8 1C 37
Octal 163 152 254 41 46 0 41 370 34 67
Binary 1110011 1101010 10101100 100001 100110 0 100001 11111000 11100 110111

Color Harmonies of #736AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736AAC

Black with #736AAC

Text Example


Text Example

White with #736AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736AAC; }

 p { color: rgb(115,106,172); }

 H1.HeaderClassName
 {
   color: #736AAC;
 }
 .AnyTagClassName
 {
   color: #736AAC;
 }
</style>

background-color css

<style>
 a { background-color: #736AAC; }

 a { background-color: rgb(115,106,172); }

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

border-color css

<style>
 span { border-color: #736AAC; }

 span { border-color: rgb(115,106,172); }

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