Html Css Color HEX #736CAC Scampi

📋 copy color: '#736CAC'

red 115 ◦ green 108 ◦ blue 172

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

Shades of Scampi #736CAC

Tints of Scampi #736CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

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

R = 29.11%
G = 27.34%
B = 43.54%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#736CAC (or 0x736CAC) is known color: Scampi. HEX triplet: 73, 6C and AC. RGB value is (115,108,172). Sum of RGB (Red+Green+Blue) = 115+108+172=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #736CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736CAC is #8C9353. Grayscale: #757575. Windows color (decimal): -9212756 or 11299955. OLE color: 11299955.

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

Color convert

RGB 115 108 172 -
CMYK 0.33 0.37 0 0.33
HSL 246.56º 0.28% 0.55% -
HSV(B) 246.56º 0.37% 0.67% -
XYZ 19.88 17.35 41.33 -
YUV 117.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 115 108 172 0.33 0.37 0 0.33 246.56 0.28 0.55
Hex 73 6C AC 21 25 0 21 F7 1C 37
Octal 163 154 254 41 45 0 41 367 34 67
Binary 1110011 1101100 10101100 100001 100101 0 100001 11110111 11100 110111

Color Harmonies of #736CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736CAC

Black with #736CAC

Text Example


Text Example

White with #736CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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